Skip to content

Commit

Permalink
Merge branch 'master' of github.com:brexis/laravel-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brexis committed Aug 19, 2019
2 parents 91e670d + 73b41e3 commit f09800a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/WorkflowServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ public function boot()
*/
public function register()
{
$this->mergeConfigFrom(
$this->configPath(),
'workflow'
);

$this->commands($this->commands);

$this->app->singleton(
Expand All @@ -52,14 +47,4 @@ protected function configPath()
{
return __DIR__ . '/../config/workflow.php';
}

/**
* Get the services provided by the provider.
*
* @return array
*/
public function provides()
{
return ['workflow'];
}
}

0 comments on commit f09800a

Please sign in to comment.