X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Finterfaces%2Factions%2Fcommands%2Fclass_Commandable.php;h=30fce5fc55525138fca0ebae1fd8f20913d1e11b;hp=528e55f55deb1a15dd0cad24779fc680761bde77;hb=7976764245f66fbb7a3c1f51a775ed917986d460;hpb=17916d2d3535455db6ab0e71f6fd06bf048383cd diff --git a/inc/main/interfaces/actions/commands/class_Commandable.php b/inc/main/interfaces/actions/commands/class_Commandable.php index 528e55f5..30fce5fc 100644 --- a/inc/main/interfaces/actions/commands/class_Commandable.php +++ b/inc/main/interfaces/actions/commands/class_Commandable.php @@ -4,6 +4,7 @@ namespace CoreFramework\Command; // Import framework stuff use CoreFramework\Action\PerformableAction; +use CoreFranework\Controller\Controller; use CoreFramework\Request\Requestable; /**