App\Libraries\StorageWithUrl::__call PHP 메소드

__call() 공개 메소드

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