update v1.0.4
This commit is contained in:
4
vendor/league/flysystem/src/Handler.php
vendored
4
vendor/league/flysystem/src/Handler.php
vendored
@@ -126,8 +126,8 @@ abstract class Handler
|
||||
} catch (BadMethodCallException $e) {
|
||||
throw new BadMethodCallException(
|
||||
'Call to undefined method '
|
||||
.get_called_class()
|
||||
.'::'.$method
|
||||
. get_called_class()
|
||||
. '::' . $method
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user