Skip to content

Commit

Permalink
Naming convention for command classes
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Oct 7, 2024
1 parent b8c8061 commit 1e264d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use App\Models\Inscription;
use Illuminate\Console\Command;

class FetchNinjaMetaData extends Command
class FetchNinjaMetaDataCommand extends Command
{
protected $signature = 'ninja:meta';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use App\Models\Inscription;
use Illuminate\Console\Command;

class FetchNinjaModule extends Command
class FetchNinjaModuleCommand extends Command
{
protected $signature = 'ninja:module {inscription_id?} {--all}';

Expand Down

0 comments on commit 1e264d4

Please sign in to comment.