#34 Generate UUID on seeder/models

This commit is contained in:
Nabeel Shahzad
2017-06-24 13:20:24 -05:00
parent 2aa7cc66d5
commit ba57cef0a7
9 changed files with 103 additions and 14 deletions

View File

@@ -18,7 +18,7 @@ class DatabaseSeeder extends Seeder
}
$svc = app('App\Services\DatabaseService');
$svc->seed_from_yaml($path);
$svc->seed_from_yaml_file($path);
}
}