Skip to content

Commit

Permalink
Fixed Laravel 11 User model scaffold bug
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjude committed Jun 12, 2024
1 parent 2fad2fb commit 567ec4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Commands/FilamentJetstreamCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,12 @@ protected function configureUser(): void
);

$this->replaceInFile(
search: '}',
search: <<<'HEREDOC'
}
}
HEREDOC,
replace: <<<'HEREDOC'
}
public function canAccessPanel(Panel $panel): bool
{
Expand Down

0 comments on commit 567ec4b

Please sign in to comment.