1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

Finalize Flarum\Foundation namespace

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

View File

@@ -13,7 +13,7 @@ namespace Tests\Flarum\Api\Handler;
use Exception;
use Flarum\Api\ExceptionHandler\ValidationExceptionHandler;
use Flarum\Core\Exception\ValidationException;
use Flarum\Foundation\ValidationException;
use Tests\Test\TestCase;
class ValidationExceptionHandlerTest extends TestCase