diff --git a/builds/expose b/builds/expose index 9108f35..e3d16ab 100755 Binary files a/builds/expose and b/builds/expose differ diff --git a/config/commands.php b/config/commands.php index 1d4fe1e..ec54067 100644 --- a/config/commands.php +++ b/config/commands.php @@ -13,7 +13,7 @@ return [ | */ - 'default' => NunoMaduro\LaravelConsoleSummary\SummaryCommand::class, + 'default' => \App\Commands\ShareCurrentWorkingDirectoryCommand::class, /* |--------------------------------------------------------------------------