mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Use more standardized phpcs
This commit is contained in:
@@ -17,7 +17,7 @@ class SeedCommand extends BaseSeedCommand
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
if (! $this->hasCompletedMigrations()) {
|
||||
if (!$this->hasCompletedMigrations()) {
|
||||
return $this->showMigrationWarning();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user