Skip to content

Commit f09800a

Browse files
committed
Merge branch 'master' of github.com:brexis/laravel-workflow
2 parents 91e670d + 73b41e3 commit f09800a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/WorkflowServiceProvider.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ public function boot()
3434
*/
3535
public function register()
3636
{
37-
$this->mergeConfigFrom(
38-
$this->configPath(),
39-
'workflow'
40-
);
41-
4237
$this->commands($this->commands);
4338

4439
$this->app->singleton(
@@ -52,14 +47,4 @@ protected function configPath()
5247
{
5348
return __DIR__ . '/../config/workflow.php';
5449
}
55-
56-
/**
57-
* Get the services provided by the provider.
58-
*
59-
* @return array
60-
*/
61-
public function provides()
62-
{
63-
return ['workflow'];
64-
}
6550
}

0 commit comments

Comments
 (0)