Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
leaf_www
/
821763e8fbb288e496adbca6073cad4411e19f84
/
.
/
src
/
Kernel.php
blob: 779cd1f2b12e0d30731787539ba67645b73ef796 [
file
] [
log
] [
blame
]
<?
php
namespace
App
;
use
Symfony
\Bundle\FrameworkBundle\Kernel\MicroKernelTrait
;
use
Symfony
\Component\HttpKernel\Kernel
as
BaseKernel
;
class
Kernel
extends
BaseKernel
{
use
MicroKernelTrait
;
}