Skip to content

Commit

Permalink
revert require
Browse files Browse the repository at this point in the history
  • Loading branch information
salimkanoun committed May 13, 2023
1 parent 1a2c089 commit a32267b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GaelO2/app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ protected function commands()
{
$this->load(__DIR__.'/Commands');

require_once base_path('routes/console.php');
require base_path('routes/console.php');
}
}
2 changes: 1 addition & 1 deletion GaelO2/app/Providers/BroadcastServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public function boot()
{
Broadcast::routes();

require_once base_path('routes/channels.php');
require base_path('routes/channels.php');
}
}

0 comments on commit a32267b

Please sign in to comment.