Skip to content

Commit

Permalink
Autodiscovery takes care of this now
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Jul 3, 2018
1 parent 9d1d145 commit 92223df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ public function boot()
*/
public function register()
{
if ($this->app->environment() !== 'production') {
$this->app->register(\Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class);
}

$this->app->bind(
'Illuminate\Contracts\Auth\Registrar',
'IXP\Services\Registrar'
Expand Down

0 comments on commit 92223df

Please sign in to comment.