Skip to content

Commit b96feb6

Browse files
amine-betariwouterj
authored andcommitted
Update micro_kernel_trait.rst
1 parent 419bd3e commit b96feb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/micro_kernel_trait.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Next, create an ``index.php`` file that creates a kernel class and executes it::
3232
use Symfony\Component\Routing\RouteCollectionBuilder;
3333

3434
// require Composer's autoloader
35-
require __DIR__.'/vendor/autoload.php';
35+
require dirname(__DIR__).'/vendor/autoload.php';
3636

3737
class AppKernel extends Kernel
3838
{

0 commit comments

Comments
 (0)