call(UsersTableSeeder::class); //$this->call(ContentsTableSeeder::class); //$this->call(ProjectsTableSeeder::class); $this->call([ SpreadsheetSeeder::class, ]); } }