Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2024-03-18 17:48:57 +00:00
parent 1bea8f8d5c
commit 8fa00e2ef6
57 changed files with 148 additions and 131 deletions

View File

@@ -4,13 +4,14 @@ use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
use Laravel\Pulse\Support\PulseMigration;
return new class () extends PulseMigration {
return new class() extends PulseMigration
{
/**
* Run the migrations.
*/
public function up(): void
{
if (!$this->shouldRun()) {
if (! $this->shouldRun()) {
return;
}