Skip to content

Commit

Permalink
rename closure command file in ship
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Sep 30, 2021
1 parent 3e9b575 commit a95f675
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

use Illuminate\Foundation\Inspiring;
use Illuminate\Support\Facades\Artisan;

/*
|--------------------------------------------------------------------------
| Console Routes
Expand Down
2 changes: 1 addition & 1 deletion app/Ship/Kernels/ConsoleKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ protected function commands()

// $this->load(__DIR__.'/Commands');

require app_path('Ship/Commands/Routes.php');
require app_path('Ship/Commands/closures.php');
}
}

0 comments on commit a95f675

Please sign in to comment.