Skip to content

Commit db3d9ba

Browse files
committed
Fixed typo
1 parent 17b5dcc commit db3d9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpKernel/TestKernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function __construct($env, $debug)
7878
'Sonata\DoctrinePHPCRAdminBundle\SonataDoctrinePHPCRAdminBundle',
7979
'Symfony\Cmf\Bundle\TreeBrowserBundle\CmfTreeBrowserBundle',
8080
'FOS\JsRoutingBundle\FOSJsRoutingBundle',
81-
), $basSonataBundles));
81+
), $baseSonataBundles));
8282

8383
parent::__construct($env, $debug);
8484
$this->configure();

0 commit comments

Comments
 (0)