diff --git a/Backend/Models/GameJam.php b/Backend/Models/GameJam.php index 183b9bb..183d1f0 100644 --- a/Backend/Models/GameJam.php +++ b/Backend/Models/GameJam.php @@ -2,6 +2,6 @@ use Illuminate\Database\Eloquent\Model as Eloquent; class GameJam extends Eloquent{ protected $fillable =[ - '' + 'name', 'startTime', 'endTime', 'keyWord', 'description' ]; } \ No newline at end of file diff --git a/Backend/Models/Password.php b/Backend/Models/Password.php new file mode 100644 index 0000000..3f2fa62 --- /dev/null +++ b/Backend/Models/Password.php @@ -0,0 +1,7 @@ +