Skip to content

Commit 1e39cc5

Browse files
committed
Merge pull request #2 from cborgia/patch-2
missing semicolon in seeder
2 parents 1041c9a + a406ccc commit 1e39cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/database/seeds/CategoriesTableSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function run()
2626
[ 'category_id' => '2', 'trick_id' => '1' ],
2727
[ 'category_id' => '1', 'trick_id' => '2' ],
2828
[ 'category_id' => '2', 'trick_id' => '3' ],
29-
])
29+
]);
3030
}
3131
}
3232

0 commit comments

Comments
 (0)