This commit is contained in:
James Cole
2020-10-04 07:56:03 +02:00
parent 9f4e950a70
commit 3bae5e236b
2 changed files with 89 additions and 10 deletions

View File

@@ -36,16 +36,6 @@ use Str;
*/
class UserRepository implements UserRepositoryInterface
{
/**
* Constructor.
*/
public function __construct()
{
if ('testing' === config('app.env')) {
Log::warning(sprintf('%s should not be instantiated in the TEST environment!', get_class($this)));
}
}
/**
* @return Collection
*/