Browse Source

adding

release/0.1
Björn 4 years ago
parent
commit
cf9486df71
1 changed files with 10 additions and 3 deletions
  1. +10
    -3
      app/Commands/NginxVhostsCommand.php

+ 10
- 3
app/Commands/NginxVhostsCommand.php View File

@ -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)
{


Loading…
Cancel
Save