Skip to content

Commit

Permalink
minor code algnment
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcbrn committed Jan 17, 2021
1 parent 88373c6 commit 2e10fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelEmailDatabaseLogServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function register()
*/
public function boot()
{
$this->loadRoutesFrom(__DIR__.'/../routes/web.php');
$this->loadRoutesFrom(__DIR__ . '/../routes/web.php');
$this->loadMigrationsFrom(__DIR__ . '/../database/migrations');
$this->publishes([
__DIR__ . '/../config/email_log.php' => config_path('email_log.php'),
Expand Down

0 comments on commit 2e10fca

Please sign in to comment.