Skip to content

Commit eff62cc

Browse files
mckenzieartsgithub-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent f9cfa8b commit eff62cc

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

database/migrations/2022_07_29_010135_create_jobs_table.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
use Illuminate\Database\Schema\Blueprint;
55
use Illuminate\Support\Facades\Schema;
66

7-
return new class extends Migration
8-
{
7+
return new class extends Migration {
98
/**
109
* Run the migrations.
1110
*

routes/web.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
use App\Http\Controllers\SubscriptionController;
99
use App\Http\Controllers\ThreadController;
1010
use App\Http\Controllers\User;
11-
use App\Models\User as ModelsUser;
12-
use Illuminate\Support\Facades\Mail;
1311
use Illuminate\Support\Facades\Route;
1412

1513
/*
@@ -106,4 +104,4 @@
106104
'youtube' => 'https://www.youtube.com/channel/UCbQPQ8q31uQmuKtyRnATLSw',
107105
]);
108106

109-
Route::feeds();
107+
Route::feeds();

0 commit comments

Comments
 (0)