Updated dependencies
Fix namespace
This commit is contained in:
parent
6724537da2
commit
afda056ba9
3 changed files with 1204 additions and 563 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace App\Exception\Handlers;
|
||||
namespace App\Exceptions\Handlers;
|
||||
|
||||
use Psr\Http\Message\ResponseInterface;
|
||||
use Psr\Http\Message\ServerRequestInterface;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace App\Exception\Handlers\Renderers;
|
||||
namespace App\Exceptions\Handlers\Renderers;
|
||||
|
||||
use App\Exceptions\UnderMaintenanceException;
|
||||
use Slim\Exception\HttpBadRequestException;
|
||||
|
|
1763
composer.lock
generated
1763
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue