Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadSH authored Apr 5, 2020
1 parent d352b36 commit 498621d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Facades\Validator;
use Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider;
//use Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider;

class AppServiceProvider extends ServiceProvider
{
Expand All @@ -18,9 +18,9 @@ class AppServiceProvider extends ServiceProvider
*/
public function register()
{
if ($this->app->environment() !== 'production') {
$this->app->register(IdeHelperServiceProvider::class);
}
// if ($this->app->environment() !== 'production') {
// $this->app->register(IdeHelperServiceProvider::class);
// }
}

/**
Expand Down

0 comments on commit 498621d

Please sign in to comment.