Skip to content

Commit 5ecc758

Browse files
GertjanRokeactions-user
authored andcommitted
Fix styling
1 parent 9a0ae11 commit 5ecc758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/migrations/ModelTableMigration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class ModelTableMigration
99
{
1010
public function up()
1111
{
12-
Schema::create('models', function(Blueprint $table) {
12+
Schema::create('models', function (Blueprint $table) {
1313
$table->id();
1414
$table->string('title')->nullable();
1515
$table->boolean('active')->default(false);

0 commit comments

Comments
 (0)