Skip to content

Commit

Permalink
Removed unused class_exists use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
matbech committed Nov 28, 2024
1 parent afe8b47 commit 34f69c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Controller/AbstractRestfulController.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use function array_key_exists;
use function array_shift;
use function call_user_func;
use function class_exists;
use function count;
use function explode;
use function function_exists;
Expand Down

0 comments on commit 34f69c3

Please sign in to comment.