mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
refactor(migration): update anonymous class syntax
Refactored the anonymous class syntax in the Pulse migration file for consistency.
This commit is contained in:
@@ -4,8 +4,7 @@ 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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user