Skip to content

Commit

Permalink
Merge pull request #11 from SolumDeSignum/dev
Browse files Browse the repository at this point in the history
1.) reverted: back wrong funciality we are not using DeferrableProvider
  • Loading branch information
Faks authored Oct 18, 2024
2 parents 17fa399 + 25e7848 commit 6db1359
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/ScenariosServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@

namespace SolumDeSignum\Scenarios;

use Illuminate\Contracts\Support\DeferrableProvider;
use Illuminate\Support\ServiceProvider;

class ScenariosServiceProvider extends ServiceProvider implements DeferrableProvider
class ScenariosServiceProvider extends ServiceProvider
{
/**
* Bootstrap the application events.
Expand Down Expand Up @@ -35,16 +34,6 @@ public function register(): void
);
}

/**
* Get the services provided by the provider.
*
* @return array
*/
public function provides(): array
{
return parent::provides();
}

protected function bootForConsole(): void
{
// Publishing the configuration file.
Expand Down

0 comments on commit 6db1359

Please sign in to comment.