php-cs-fixer
This commit is contained in:
parent
16e34af773
commit
3ea6d45cda
87 changed files with 151 additions and 256 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
namespace Pterodactyl\Repositories\Eloquent;
|
||||
|
||||
use Exception;
|
||||
use Pterodactyl\Contracts\Repository\PermissionRepositoryInterface;
|
||||
|
||||
class PermissionRepository extends EloquentRepository implements PermissionRepositoryInterface
|
||||
|
@ -14,6 +13,6 @@ class PermissionRepository extends EloquentRepository implements PermissionRepos
|
|||
*/
|
||||
public function model(): string
|
||||
{
|
||||
throw new Exception('This functionality is not implemented.');
|
||||
throw new \Exception('This functionality is not implemented.');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue