From c0d73db3854106710ae822c74061b51647613f82 Mon Sep 17 00:00:00 2001 From: stancl Date: Thu, 24 Oct 2019 16:59:38 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Exceptions/NotImplementedException.php | 4 +++- src/TenantManager.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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.' ); }