Laracademy\Generators\Commands\ModelFromTableCommand::__construct PHP Method

__construct() public method

Create a new command instance.
public __construct ( ) : void
return void
    public function __construct()
    {
        parent::__construct();
        $this->options = ['connection' => '', 'table' => '', 'folder' => app_path(), 'debug' => false, 'all' => false];
    }