From cf9486df711cd0afd2b037269e34a8671a19e246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn?= Date: Mon, 27 Jul 2020 02:14:22 +0200 Subject: [PATCH] adding --- app/Commands/NginxVhostsCommand.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/app/Commands/NginxVhostsCommand.php b/app/Commands/NginxVhostsCommand.php index 9c8883f..a995ee5 100644 --- a/app/Commands/NginxVhostsCommand.php +++ b/app/Commands/NginxVhostsCommand.php @@ -18,6 +18,12 @@ use PhpSchool\CliMenu\Style\SelectableStyle; use Log; use Closure; +/** + * + * + * + * + */ class NginxVhostsCommand extends Command { // path templates @@ -106,11 +112,12 @@ class NginxVhostsCommand extends Command } /** + * create Configuration, add for each template a submenu * * - * @param [type] $template [description] - * @param [type] $blade [description] - * @return [type] [description] + * @param array $template + * @param Blade $blade + * @return CliMenuBuilder */ private function createConfiguration($template, $blade) {