Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Commit

Permalink
Don't defer service provider since it will merge config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ElfSundae committed Oct 13, 2017
1 parent 7d8d973 commit ecf694b
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/ServiceProvider.php
Expand Up @@ -6,13 +6,6 @@

class ServiceProvider extends LaravelServiceProvider
{
/**
* Indicates if loading of the provider is deferred.
*
* @var bool
*/
protected $defer = true;

/**
* Register the service provider.
*
Expand All @@ -36,14 +29,4 @@ public function register()

$this->app->alias('bearychat', ClientManager::class);
}

/**
* Get the services provided by the provider.
*
* @return string[]
*/
public function provides()
{
return ['bearychat', ClientManager::class];
}
}

0 comments on commit ecf694b

Please sign in to comment.