Fix ticketing service provider
This commit is contained in:
@@ -12,9 +12,5 @@ class TicketingServiceProvider extends ServiceProvider
|
||||
{
|
||||
$this->loadMigrationsFrom(__DIR__.'/../database/migrations');
|
||||
$this->loadRoutesFrom(__DIR__.'/routes/ticketing.php');
|
||||
|
||||
if ($this->app->runningInConsole()) {
|
||||
$this->loadSeedersFrom(__DIR__.'/../database/seeders');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user