We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7a6ec commit 7c5a30aCopy full SHA for 7c5a30a
tests/Feature/AuthorizableModelsTest.php
@@ -2,7 +2,6 @@
2
3
namespace Binaryk\LaravelRestify\Tests\Feature;
4
5
-use Binaryk\LaravelRestify\Cache\Cacheable;
6
use Binaryk\LaravelRestify\Cache\PolicyCache;
7
use Binaryk\LaravelRestify\Tests\Database\Factories\PostFactory;
8
use Binaryk\LaravelRestify\Tests\Fixtures\Post\Post;
@@ -15,7 +14,6 @@
15
14
use Illuminate\Foundation\Testing\RefreshDatabase;
16
use Illuminate\Support\Facades\Cache;
17
use Illuminate\Support\Facades\Gate;
18
-use Symfony\Component\ErrorHandler\ErrorHandler;
19
20
class AuthorizableModelsTest extends IntegrationTestCase
21
{
0 commit comments