accept/reject pireps in admin; cleanup and refactoring
This commit is contained in:
@@ -13,7 +13,8 @@ class DatabaseSeeder extends Seeder
|
||||
{
|
||||
$env = App::environment();
|
||||
$path = database_path('seeds/'.$env.'.yml');
|
||||
print "Seeding seeds/$env.yml";
|
||||
print("Seeding seeds/$env.yml\n");
|
||||
|
||||
if(!file_exists($path)) {
|
||||
$path = database_path('seeds/prod.yml');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user