Skip to content

Commit ebbb247

Browse files
committed
Commit from GitHub Actions (style-fix)
1 parent 8014fed commit ebbb247

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,11 +2,11 @@
22

33
namespace Omnipay\OfflineDummy\App;
44

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

1111
class AppServiceProvider extends ServiceProvider
1212
{

0 commit comments

Comments
 (0)