Skip to content

Commit 85d6150

Browse files
committed
Commit from GitHub Actions (style-fix)
1 parent 157df66 commit 85d6150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App/AppServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
namespace Omnipay\OfflineDummy\App;
44

5+
use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken;
56
use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken;
67
use Illuminate\Support\Facades\Route;
78
use Illuminate\Support\ServiceProvider;
89
use Omnipay\OfflineDummy\App\Http\Controllers\PaymentController;
910
use Omnipay\OfflineDummy\App\Http\Controllers\PaymentProcessController;
10-
use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken;
1111

1212
class AppServiceProvider extends ServiceProvider
1313
{

0 commit comments

Comments
 (0)