syntax error

This commit is contained in:
Nabeel Shahzad
2017-06-21 13:46:46 -05:00
parent cb631292b9
commit 9fe639b79d

View File

@@ -20,7 +20,7 @@ class DevelopmentSeeder extends Seeder
return Carbon::now('UTC')->format('Y-m-d H:i:s');
}
protected function seed_from_yaml():
protected function seed_from_yaml()
{
$time_fields = ['created_at', 'updated_at'];