We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4bc69 commit 25e7848Copy full SHA for 25e7848
src/ScenariosServiceProvider.php
@@ -4,10 +4,9 @@
4
5
namespace SolumDeSignum\Scenarios;
6
7
-use Illuminate\Contracts\Support\DeferrableProvider;
8
use Illuminate\Support\ServiceProvider;
9
10
-class ScenariosServiceProvider extends ServiceProvider implements DeferrableProvider
+class ScenariosServiceProvider extends ServiceProvider
11
{
12
/**
13
* Bootstrap the application events.
@@ -35,16 +34,6 @@ public function register(): void
35
34
);
36
}
37
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
-
48
protected function bootForConsole(): void
49
50
// Publishing the configuration file.
0 commit comments