Skip to content

Commit 7aee004

Browse files
author
Phil Taylor
authored
add missing import for typehint in docblock (#32050)
Signed-off-by: Phil E. Taylor <[email protected]>
1 parent d49e461 commit 7aee004

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/src/MVC/Model/WorkflowModelInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
namespace Joomla\CMS\MVC\Model;
1010

1111
use Joomla\CMS\Form\Form;
12+
use Joomla\CMS\Table\Table;
1213

1314
\defined('JPATH_PLATFORM') or die;
1415

0 commit comments

Comments
 (0)