Made models

This commit is contained in:
neerholt
2021-03-03 11:41:09 +01:00
parent 1808b0eca7
commit 48cc98d8a0
9 changed files with 22 additions and 11 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
use Illuminate\Database\Eloquent\Model as Eloquent;
class GameJam extends Eloquent{
protected $fillable =[
''
];
}