mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 11:08:28 +00:00
Disabled some seeds, updated some routes.
This commit is contained in:
@@ -72,6 +72,7 @@ class TestContentSeeder extends Seeder
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
return;
|
||||
if (App::environment() == 'testing' || App::environment() == 'homestead') {
|
||||
|
||||
$user = User::whereEmail('thegrumpydictator@gmail.com')->first();
|
||||
|
Reference in New Issue
Block a user