Skip to content

Commit

Permalink
Missing use statement in PluginAdapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Babker committed Oct 7, 2018
1 parent 917f054 commit bfaeefd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/src/Installer/Adapter/PluginAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
use Joomla\CMS\Log\Log;
use Joomla\CMS\Table\Table;
use Joomla\CMS\Table\Update;
use Joomla\Database\ParameterType;

/**
* Plugin installer
Expand Down

0 comments on commit bfaeefd

Please sign in to comment.