*/ public function __construct() { $application = new Application(); $application->add(new Create()); $application->run(); } }