#23 refactoring for ranks

This commit is contained in:
Nabeel Shahzad
2017-06-21 13:44:30 -05:00
parent 4f295cec79
commit cb631292b9
22 changed files with 228 additions and 195 deletions

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(): void
protected function seed_from_yaml():
{
$time_fields = ['created_at', 'updated_at'];