diff --git a/database/migrations/2023_06_07_000001_create_pulse_tables.php b/database/migrations/2023_06_07_000001_create_pulse_tables.php index 0702b01..27a94a6 100644 --- a/database/migrations/2023_06_07_000001_create_pulse_tables.php +++ b/database/migrations/2023_06_07_000001_create_pulse_tables.php @@ -10,7 +10,7 @@ return new class () extends PulseMigration { */ public function up(): void { - if (! $this->shouldRun()) { + if (!$this->shouldRun()) { return; }