App\Services\Filesystem\LaravelFilesystem::__construct PHP Method

__construct() public method

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