1
0
mirror of https://github.com/flarum/core.git synced 2025-08-11 10:55:47 +02:00

Restructure Flarum\Api namespace

This commit is contained in:
Franz Liedke
2017-06-24 11:25:07 +02:00
parent 5127514d35
commit 9b24fbd5e5
47 changed files with 363 additions and 344 deletions

View File

@@ -12,7 +12,7 @@
namespace Tests\Flarum\Api\Handler;
use Exception;
use Flarum\Api\Handler\IlluminateValidationExceptionHandler;
use Flarum\Api\ExceptionHandler\IlluminateValidationExceptionHandler;
use Illuminate\Contracts\Validation\ValidationException;
use Illuminate\Validation\Factory;
use Symfony\Component\Translation\Translator;