mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Switch namespace back to App
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Pterodactyl\Exceptions\Repository;
|
||||
namespace App\Exceptions\Repository;
|
||||
|
||||
use Pterodactyl\Exceptions\PterodactylException;
|
||||
use App\Exceptions\PanelException;
|
||||
|
||||
class RepositoryException extends PterodactylException
|
||||
class RepositoryException extends PanelException
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user