Ventas->Listado->Ventas
This commit is contained in:
2
app/setup/middlewares/97_not_found.php
Normal file
2
app/setup/middlewares/97_not_found.php
Normal file
@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$app->add($app->getContainer()->get(Incoviba\Middleware\NotFound::class));
|
8
app/setup/setups/psr7.php
Normal file
8
app/setup/setups/psr7.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
use Psr\Container\ContainerInterface;
|
||||
|
||||
return [
|
||||
Psr\Http\Message\ResponseFactoryInterface::class => function(ContainerInterface $container) {
|
||||
return $container->get(Nyholm\Psr7\Factory\Psr17Factory::class);
|
||||
}
|
||||
];
|
Reference in New Issue
Block a user