mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-20 19:42:02 +00:00
This broke the tests.
This commit is contained in:
@@ -72,7 +72,6 @@ class TestContentSeeder extends Seeder
|
|||||||
*/
|
*/
|
||||||
public function run()
|
public function run()
|
||||||
{
|
{
|
||||||
return;
|
|
||||||
if (App::environment() == 'testing' || App::environment() == 'homestead') {
|
if (App::environment() == 'testing' || App::environment() == 'homestead') {
|
||||||
|
|
||||||
$user = User::whereEmail('thegrumpydictator@gmail.com')->first();
|
$user = User::whereEmail('thegrumpydictator@gmail.com')->first();
|
||||||
|
Reference in New Issue
Block a user