fix
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ use Backend\Models\GameJam;
|
||||
use Illuminate\Contracts\Config;
|
||||
|
||||
require_once('../bootstrap.php');
|
||||
|
||||
" tis is a string'' ";
|
||||
|
||||
$gameJam = GameJam::firstOrCreate([
|
||||
'name' => "First game jam ever!", 'start_time' => "2021-03-03T12:40", 'end_time' => "2021-04-03T12:40", 'description' => "Det her et en beskrivelse"
|
||||
|
||||
Reference in New Issue
Block a user