Skip to content

Commit 10fdec9

Browse files
authored
Merge pull request #4 from binary-cats/patch-01
Update namespaces in DiscoverAbilities and RbacException files
2 parents 9605e73 + 1b913dc commit 10fdec9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/DiscoverAbilities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace BinaryCats\Rbac;
44

5-
use BinaryCats\Rbac\Tests\Exceptions\RbacException;
5+
use BinaryCats\Rbac\Exceptions\RbacException;
66
use Illuminate\Support\Collection;
77
use Illuminate\Support\Str;
88
use ReflectionClass;

tests/Exceptions/RbacException.php renamed to src/Exceptions/RbacException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace BinaryCats\Rbac\Tests\Exceptions;
3+
namespace BinaryCats\Rbac\Exceptions;
44

55
use BackedEnum;
66
use Exception;

0 commit comments

Comments
 (0)