1
0
mirror of https://github.com/flarum/core.git synced 2025-10-13 16:05:05 +02:00

Finalize Flarum\Foundation namespace

This commit is contained in:
Franz Liedke
2017-06-24 13:25:49 +02:00
parent 33e3d757c3
commit 6c9ff72efb
33 changed files with 63 additions and 57 deletions

View File

@@ -12,7 +12,7 @@
namespace Flarum\Api\ExceptionHandler;
use Exception;
use Flarum\Core\Exception\ValidationException;
use Flarum\Foundation\ValidationException;
use Tobscure\JsonApi\Exception\Handler\ExceptionHandlerInterface;
use Tobscure\JsonApi\Exception\Handler\ResponseBag;