call(PresetSeeder::class); } if (Article::doesntExist()) { $this->call(ArticleSeeder::class); } } }