diff --git a/src/Exceptions/NotImplementedException.php b/src/Exceptions/NotImplementedException.php index d4a85dfc..4ae156f7 100644 --- a/src/Exceptions/NotImplementedException.php +++ b/src/Exceptions/NotImplementedException.php @@ -1,5 +1,7 @@ storage, 'findBy')) { throw new NotImplementedException(get_class($this->storage), 'findBy', - "This method was added to storage drivers provided by the package in 2.2.0 and will be part of the StorageDriver contract in 3.0.0." + 'This method was added to storage drivers provided by the package in 2.2.0 and will be part of the StorageDriver contract in 3.0.0.' ); }