Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsam726 authored and github-actions[bot] committed Apr 9, 2024
1 parent 49f9ba5 commit eb0ce13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/Commands/ModuleMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ private function generatePestFiles(): void
]);
}



private function installModule(): void
{
$this->comment('Activating the new Module');
Expand Down
1 change: 0 additions & 1 deletion src/Commands/TestMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ protected function getPath($name): string
* Get the default namespace for the class.
*
* @param string $rootNamespace
* @return string
*/
protected function getDefaultNamespace($rootNamespace): string
{
Expand Down

0 comments on commit eb0ce13

Please sign in to comment.