Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
drbyte authored and github-actions[bot] committed Dec 24, 2023
1 parent 633a2ee commit cb6d6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PermissionServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ protected function getMigrationFileName(string $migrationFileName): string

protected function registerAbout(): void
{
if (!class_exists(InstalledVersions::class)) {
if (! class_exists(InstalledVersions::class)) {
return;
}

Expand Down

0 comments on commit cb6d6cd

Please sign in to comment.