Skip to content

Commit

Permalink
fix created widget
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Sep 8, 2022
1 parent 87fe79d commit 3624f21
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 21 deletions.
17 changes: 17 additions & 0 deletions .idea/aws.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 30 additions & 7 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 0 additions & 14 deletions Console/WidgetGeneratorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,5 @@ public function handle()
$this->info('The Page Has Been Generated :)');
}

/**
* Get the console command arguments.
*
* @return array
*/
protected function getArguments()
{
return [
['actionName', InputArgument::REQUIRED, 'An example argument.'],
['resourceName', InputArgument::REQUIRED, 'An example argument.'],
['moduleName', InputArgument::REQUIRED, 'An example argument.'],
];
}


}

0 comments on commit 3624f21

Please sign in to comment.