From 3e8acd9b4b029dbe5f7d1012d541b2bcc937d6d7 Mon Sep 17 00:00:00 2001 From: Peter Papp Date: Fri, 12 Mar 2021 16:28:37 +0100 Subject: [PATCH] fixed namespaces --- app/Http/Mail/SendSupportForm.php | 2 +- app/Http/Notifications/ConfirmPayment.php | 2 +- tests/Feature/Accounts/AdminTest.php | 2 +- tests/Feature/Accounts/AuthTest.php | 2 +- tests/Feature/Accounts/UserAccountTest.php | 2 +- tests/Feature/App/SchedulerTest.php | 2 +- tests/Feature/External/SubscriptionTest.php | 2 +- tests/Feature/FileManager/BrowseTest.php | 2 +- tests/Feature/FileManager/ContentAccessTest.php | 2 +- tests/Feature/FileManager/FileTest.php | 2 +- tests/Feature/FileManager/FolderTest.php | 2 +- tests/Feature/FileManager/TrashTest.php | 2 +- tests/Feature/Setup/SetupServiceTest.php | 2 +- tests/Feature/Setup/SetupWizardTest.php | 2 +- tests/Feature/Share/ShareContentAccessTest.php | 2 +- tests/Feature/Share/ShareTest.php | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/app/Http/Mail/SendSupportForm.php b/app/Http/Mail/SendSupportForm.php index 889f8a9b..74d593a3 100644 --- a/app/Http/Mail/SendSupportForm.php +++ b/app/Http/Mail/SendSupportForm.php @@ -1,6 +1,6 @@