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.
2 parents bddf639 + 950c6af commit 73b41e3Copy full SHA for 73b41e3
src/WorkflowServiceProvider.php
@@ -34,11 +34,6 @@ public function boot()
34
*/
35
public function register()
36
{
37
- $this->mergeConfigFrom(
38
- $this->configPath(),
39
- 'workflow'
40
- );
41
-
42
$this->commands($this->commands);
43
44
$this->app->singleton(
@@ -52,14 +47,4 @@ protected function configPath()
52
47
53
48
return __DIR__ . '/../config/workflow.php';
54
49
}
55
56
- /**
57
- * Get the services provided by the provider.
58
- *
59
- * @return array
60
- */
61
- public function provides()
62
- {
63
- return ['workflow'];
64
- }
65
50
0 commit comments