Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
norbybaru committed Jun 16, 2024
1 parent 802166f commit cd994aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Console/Commands/ModuleMakeModelCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace NorbyBaru\Modularize\Console\Commands;

use Illuminate\Console\Command;
use Illuminate\Support\Str;
use Symfony\Component\Console\Input\InputArgument;

Expand Down Expand Up @@ -78,8 +77,6 @@ public function handle()
if ($this->option('policy')) {
$this->makePolicy(name: $filename, module: $module);
}

return true;
}

// private function makeAll()
Expand Down

0 comments on commit cd994aa

Please sign in to comment.