call(RolesTableSeeder::class); $this->call(PermissionsTableSeeder::class); $this->call(RolesPermissionsTableSeeder::class); $this->call(UsersTableSeeder::class); } }