Skip to content

Commit

Permalink
убрал лишний use
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriitux authored Jan 18, 2025
1 parent 4dc62c9 commit 96e07c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions script.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use Joomla\DI\Container;
use Joomla\DI\ServiceProviderInterface;
use Joomla\CMS\Version;
use function defined;

defined('_JEXEC') or die;

Expand Down Expand Up @@ -196,4 +195,4 @@ protected function checkCompatible(string $element): bool

});
}
};
};

0 comments on commit 96e07c9

Please sign in to comment.