Skip to content

Commit 883d2e7

Browse files
committed
Apply fixes from StyleCI
1 parent 4f46337 commit 883d2e7

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

database/migrations/2025_01_18_114009_create_cache_table.php

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
<?php
22

3+
/*
4+
* This file is part of Cachet.
5+
*
6+
* (c) Alt Three Services Limited
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
use Illuminate\Database\Migrations\Migration;
413
use Illuminate\Database\Schema\Blueprint;
514
use Illuminate\Support\Facades\Schema;
615

7-
return new class extends Migration
8-
{
16+
return new class() extends Migration {
917
/**
1018
* Run the migrations.
1119
*/

database/migrations/2025_01_18_114012_create_sessions_table.php

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
<?php
22

3+
/*
4+
* This file is part of Cachet.
5+
*
6+
* (c) Alt Three Services Limited
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
use Illuminate\Database\Migrations\Migration;
413
use Illuminate\Database\Schema\Blueprint;
514
use Illuminate\Support\Facades\Schema;
615

7-
return new class extends Migration
8-
{
16+
return new class() extends Migration {
917
/**
1018
* Run the migrations.
1119
*/

0 commit comments

Comments
 (0)