X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Finterfaces%2Factions%2Fcommands%2Fclass_Commandable.php;h=2b62566d7fee796fda0e13d209382884f778f69e;hp=ea636ff6530f85df3efd61ad647bf2ea73c4a923;hb=e27845b8bbbf6ab70a56e5a364ce2fdd96f833f0;hpb=d2ab9b8eff790d774883e1264b7a99947bdaa3ad diff --git a/inc/main/interfaces/actions/commands/class_Commandable.php b/inc/main/interfaces/actions/commands/class_Commandable.php index ea636ff6..2b62566d 100644 --- a/inc/main/interfaces/actions/commands/class_Commandable.php +++ b/inc/main/interfaces/actions/commands/class_Commandable.php @@ -2,6 +2,9 @@ // Own namespace namespace CoreFramework\Command; +// Import framework stuff +use CoreFramework\Request\Requestable; + /** * An interface for commands for the front controller *