Skip to content

Commit

Permalink
add missing import for typehint in docblock (#32050)
Browse files Browse the repository at this point in the history
Signed-off-by: Phil E. Taylor <[email protected]>
  • Loading branch information
Phil Taylor authored Jan 16, 2021
1 parent d49e461 commit 7aee004
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/src/MVC/Model/WorkflowModelInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
namespace Joomla\CMS\MVC\Model;

use Joomla\CMS\Form\Form;
use Joomla\CMS\Table\Table;

\defined('JPATH_PLATFORM') or die;

Expand Down

0 comments on commit 7aee004

Please sign in to comment.