mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 17:39:06 +02:00
Applied symplify rules to codebase.
This commit is contained in:
parent
2f20d90041
commit
388e847b17
136 changed files with 1370 additions and 789 deletions
|
@ -24,6 +24,8 @@ declare(strict_types=1);
|
|||
|
||||
namespace App\Exceptions;
|
||||
|
||||
class EntityNotSupportedException extends \InvalidArgumentException
|
||||
use InvalidArgumentException;
|
||||
|
||||
class EntityNotSupportedException extends InvalidArgumentException
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue