Skip to content

Commit

Permalink
Merge pull request #100 from savannabits/4.x-dev
Browse files Browse the repository at this point in the history
Code Cleanup: PHPStan was failing
  • Loading branch information
coolsam726 authored Apr 20, 2024
2 parents 42d2395 + 8867c3e commit 71316d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Commands/ModuleFilamentInstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@ class ModuleFilamentInstallCommand extends Command implements \Illuminate\Contra
/**
* Execute the console command.
*/
public function handle()
public function handle(): void
{
$this->moduleName = $this->argument('module');
if (! $this->option('cluster')) {
$this->cluster = confirm('Do you want to organize your code into filament clusters?', true);
}
$module = $this->getModule(true);
// Ensure the Filament directories exist
$this->ensureFilamentDirectoriesExist();
// Create Filament Plugin
Expand Down

0 comments on commit 71316d9

Please sign in to comment.