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.
2 parents 9605e73 + 1b913dc commit 10fdec9Copy full SHA for 10fdec9
src/DiscoverAbilities.php
@@ -2,7 +2,7 @@
2
3
namespace BinaryCats\Rbac;
4
5
-use BinaryCats\Rbac\Tests\Exceptions\RbacException;
+use BinaryCats\Rbac\Exceptions\RbacException;
6
use Illuminate\Support\Collection;
7
use Illuminate\Support\Str;
8
use ReflectionClass;
tests/Exceptions/RbacException.php renamed to src/Exceptions/RbacException.php
@@ -1,6 +1,6 @@
1
<?php
-namespace BinaryCats\Rbac\Tests\Exceptions;
+namespace BinaryCats\Rbac\Exceptions;
use BackedEnum;
use Exception;
0 commit comments