]> git.localhorst.tv Git - alttp.git/blob - app/Models/TechniqueChapter.php
technique chapters
[alttp.git] / app / Models / TechniqueChapter.php
1 <?php
2
3 namespace App\Models;
4
5 use Illuminate\Database\Eloquent\Relations\Pivot;
6
7 class TechniqueChapter extends Pivot
8 {
9         //
10 }