UI Base App

This commit is contained in:
2022-11-09 15:22:58 -03:00
parent b3115be4f2
commit 557d218bcc
12 changed files with 149 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?php
use Psr\Container\ContainerInterface;
return [
\Zeuxisoo\Whoops\Slim\WhoopsMiddleware::class => function(ContainerInterface $container) {
return new \Zeuxisoo\Whoops\Slim\WhoopsMiddleware();
}
];