create(); // $this->call(PermissionSeeder::class); // $this->call(RolesTableSeeder::class); $this->call(UsersTableSeeder::class); } }