]> git.localhorst.tv Git - alttp.git/blob - TechniqueChapter.php
fda4fbdfca845420c4a64e502dcd520f9b82c42a
[alttp.git] / 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 }