Skip to content

Commit 25e7848

Browse files
committed
1.) reverted: back wrong funciality we are not using DeferrableProvider
Signed-off-by: Oskars Germovs <oskars_germovs@inbox.lv>
1 parent fc4bc69 commit 25e7848

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

src/ScenariosServiceProvider.php

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44

55
namespace SolumDeSignum\Scenarios;
66

7-
use Illuminate\Contracts\Support\DeferrableProvider;
87
use Illuminate\Support\ServiceProvider;
98

10-
class ScenariosServiceProvider extends ServiceProvider implements DeferrableProvider
9+
class ScenariosServiceProvider extends ServiceProvider
1110
{
1211
/**
1312
* Bootstrap the application events.
@@ -35,16 +34,6 @@ public function register(): void
3534
);
3635
}
3736

38-
/**
39-
* Get the services provided by the provider.
40-
*
41-
* @return array
42-
*/
43-
public function provides(): array
44-
{
45-
return parent::provides();
46-
}
47-
4837
protected function bootForConsole(): void
4938
{
5039
// Publishing the configuration file.

0 commit comments

Comments
 (0)