App\Libraries\StorageWithUrl::__call PHP Method

__call() public method

public __call ( $method, $parameters )
    public function __call($method, $parameters)
    {
        return call_user_func_array([$this->disk, $method], $parameters);
    }