From 442c375a991d981c9b4882bbf61fe591f4ef890d Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 20 Feb 2020 16:08:15 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/Feature/PassportTestCase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Feature/PassportTestCase.php b/tests/Feature/PassportTestCase.php index d919eb5d1..74f1a0bb7 100644 --- a/tests/Feature/PassportTestCase.php +++ b/tests/Feature/PassportTestCase.php @@ -58,6 +58,5 @@ protected function getPackageProviders($app) */ protected function getUserClass() { - return null; } }