Skip to content

Commit

Permalink
Update CommandsServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GIGABAIT93 committed Jan 31, 2023
1 parent 5f1c9c0 commit abc97e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CommandsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function boot()
*/
public function register()
{
$this->mergeConfigFrom(__DIR__ . '/../config/wemx_backup.php', 'wemx_backup');
// $this->mergeConfigFrom(__DIR__ . '/../config/wemx_backup.php', 'wemx_backup');
// $this->mergeConfigFrom(__DIR__ . '/../config/aliases.php', 'app.aliases');
}
}

0 comments on commit abc97e0

Please sign in to comment.