call(ConnectionStatusSeeder::class); $this->call(ConnectionProtocolSeeder::class); $this->call(ConnectionProviderSeeder::class); $this->call(PermissionSeeder::class); $this->call(DefaultRoleWithPermissionSeeder::class); $this->call(ExampleUserWithRoleSeeder::class); $this->call(TicketStatusSeeder::class); $this->call(MockDataSeeder::class); } }