Skip to content

Commit 92b287c

Browse files
drbytegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 78122ea commit 92b287c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/CacheReset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function handle()
1818

1919
if ($permissionRegistrar->forgetCachedPermissions()) {
2020
$this->info('Permission cache flushed.');
21-
} else if ($cacheExists) {
21+
} elseif ($cacheExists) {
2222
$this->error('Unable to flush cache.');
2323
}
2424
}

0 commit comments

Comments
 (0)