예제 #1
0
파일: Hydrate.php 프로젝트: lebris/karma
 public function __construct(Application $app)
 {
     parent::__construct($app, 'hydrate', 'Hydrate dist files', 'Hydrate');
 }
예제 #2
0
파일: Generate.php 프로젝트: lebris/karma
 public function __construct(Application $app)
 {
     parent::__construct($app, 'generate', 'Generate configuration files for given environment', 'Generate configuration files in');
 }