From 6d1424e1958460e2fa513bf53b8fade2d267e931 Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Sun, 11 Oct 2020 19:14:56 +0200 Subject: [PATCH] Fix typos to comply with psr-4 autoloading --- app/Http/Controllers/QrCodeController.php | 2 +- tests/Feature/Auth/RegisterTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Http/Controllers/QrCodeController.php b/app/Http/Controllers/QrCodeController.php index 66d66125..01024879 100644 --- a/app/Http/Controllers/QrCodeController.php +++ b/app/Http/Controllers/QrCodeController.php @@ -11,7 +11,7 @@ use Illuminate\Http\Request; use Illuminate\Support\Facades\Storage; -class QrCodecontroller extends Controller +class QrCodeController extends Controller { /** * Handle uploaded qr code image diff --git a/tests/Feature/Auth/RegisterTest.php b/tests/Feature/Auth/RegisterTest.php index 5d008e63..c904f819 100644 --- a/tests/Feature/Auth/RegisterTest.php +++ b/tests/Feature/Auth/RegisterTest.php @@ -1,6 +1,6 @@