mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-09 16:59:03 +01:00
Applied symplify rules to codebase.
This commit is contained in:
@@ -24,6 +24,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
class EntityNotSupportedException extends \InvalidArgumentException
|
||||
use InvalidArgumentException;
|
||||
|
||||
class EntityNotSupportedException extends InvalidArgumentException
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user