diff --git a/System/Abstracts/Kernel.php b/System/Abstracts/Kernel.php new file mode 100644 index 00000000..05008066 --- /dev/null +++ b/System/Abstracts/Kernel.php @@ -0,0 +1,15 @@ +getCommands() as $command) { + $this->register($command); + } + return $this; + } + + /** * @param string $command * @throws