call(ArticlesTableSeeder::class); $this->call(ClientsTableSeeder::class); $this->call(ContactsTableSeeder::class); $this->call(PlacesTableSeeder::class); $this->call(NotesTableSeeder::class); } }