From 73338017b3695b982ac014d8479d8b8fea1b861b Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Thu, 24 Oct 2019 16:48:04 -0700 Subject: [PATCH] Moved to the 'App' namespace --- app/Controllers/DirectoryController.php | 4 ++-- app/DirectoryLister.php | 2 +- composer.json | 2 +- index.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/Controllers/DirectoryController.php b/app/Controllers/DirectoryController.php index fc3dbf6..b47a752 100644 --- a/app/Controllers/DirectoryController.php +++ b/app/Controllers/DirectoryController.php @@ -1,8 +1,8 @@