]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/TechniqueChapter.php
technique chapters
[alttp.git] / app / Models / TechniqueChapter.php
diff --git a/app/Models/TechniqueChapter.php b/app/Models/TechniqueChapter.php
new file mode 100644 (file)
index 0000000..fda4fbd
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+namespace App\Models;
+
+use Illuminate\Database\Eloquent\Relations\Pivot;
+
+class TechniqueChapter extends Pivot
+{
+       //
+}