Skip to content

Commit af168d0

Browse files
authored
Merge pull request #136 from javiereguiluz/fix_cs
2 parents 8ad79f5 + cf47d2e commit af168d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/framework-bundle/3.3/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
use App\Kernel;
4+
use Symfony\Component\Debug\Debug;
45
use Symfony\Component\Dotenv\Dotenv;
56
use Symfony\Component\HttpFoundation\Request;
6-
use Symfony\Component\Debug\Debug;
77

88
require __DIR__.'/../vendor/autoload.php';
99

0 commit comments

Comments
 (0)