hedronium\Jables\commands\CreateFolder::__construct PHP Method

__construct() public method

public __construct ( $app, Illuminate\Filesystem\Filesystem $fs )
$fs Illuminate\Filesystem\Filesystem
    public function __construct($app, Filesystem $fs)
    {
        parent::__construct();
        $this->fs = $fs;
        $this->app = $app;
    }