Skip to content

Commit 6c0f99a

Browse files
committed
styleci fix
1 parent fe6b302 commit 6c0f99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/api.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22

3-
use Illuminate\Support\Facades\Route;
43
use App\Http\Controllers\HomeController;
54
use App\Http\Controllers\UserController;
5+
use Illuminate\Support\Facades\Route;
66

77
Route::get('/', HomeController::class)->name('home');
88

0 commit comments

Comments
 (0)