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 Jul 19, 2023
1 parent 691a174 commit 7962939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/FilamentModuleCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ protected function copyStubs($context)

$middlewareNs = $moduleNs->append('\\Http\\\Middleware');
$this->copyStubToApp('ContextMiddleware', $middlewarePath, [
'class' => (string)$middlewareClass,
'context' => (string)$contextName,
'class' => (string) $middlewareClass,
'context' => (string) $contextName,
'Module' => $this->module->getStudlyName(),
'module' => $this->module->getLowerName(),
'module_' => $this->module->getSnakeName(),
Expand Down

0 comments on commit 7962939

Please sign in to comment.