Skip to content

Commit 7030fb8

Browse files
authored
Update micro_kernel_trait.rst
1 parent f3bb355 commit 7030fb8

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
@@ -30,7 +30,7 @@ Next, create an ``index.php`` file that defines the kernel class and executes it
3030
use Symfony\Component\HttpKernel\Kernel as BaseKernel;
3131
use Symfony\Component\Routing\RouteCollectionBuilder;
3232

33-
require __DIR__.'/vendor/autoload.php';
33+
require dirname(__DIR__).'/vendor/autoload.php';
3434

3535
class Kernel extends BaseKernel
3636
{

0 commit comments

Comments
 (0)