X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fmain%2Fclasses%2Fvisitor%2Ftasks%2Fclass_ShutdownTaskVisitor.php;h=144357be44e3ea9f00a195693c75037e7932039b;hp=bb329f90370ad4711f999ea87bb4b4fda3faec75;hb=747a486c01615aa7888c4012cbda3fdec267abad;hpb=c372f05c7f3c30fbc55128aee1335f3e643103da diff --git a/framework/main/classes/visitor/tasks/class_ShutdownTaskVisitor.php b/framework/main/classes/visitor/tasks/class_ShutdownTaskVisitor.php index bb329f90..144357be 100644 --- a/framework/main/classes/visitor/tasks/class_ShutdownTaskVisitor.php +++ b/framework/main/classes/visitor/tasks/class_ShutdownTaskVisitor.php @@ -3,8 +3,13 @@ namespace CoreFramework\Visitor\Task\Shutdown; // Import framework stuff +use CoreFramework\Generic\BaseDecorator; +use CoreFramework\Listener\Listenable; +use CoreFramework\Pool\Poolable; use CoreFramework\Task\Taskable; use CoreFramework\Visitor\BaseVisitor; +use CoreFramework\Visitor\Decorator\DecoratorVisitor; +use CoreFramework\Visitor\Listener\ListenerVisitor; use CoreFramework\Visitor\Pool\PoolVisitor; use CoreFramework\Visitor\Task\TaskVisitor;