1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Remove deprecated API events

This commit is contained in:
Alexander Skvortsov
2021-01-20 16:08:22 -05:00
parent cbcf83ed3b
commit 40b918e139
8 changed files with 8 additions and 443 deletions

View File

@@ -10,10 +10,8 @@
namespace Flarum\Tests\integration\api\discussions;
use Carbon\Carbon;
use Flarum\Event\ScopeModelVisibility;
use Flarum\Tests\integration\RetrievesAuthorizedUsers;
use Flarum\Tests\integration\TestCase;
use Illuminate\Contracts\Events\Dispatcher;
use Illuminate\Support\Arr;
class ShowTest extends TestCase