From e109df3004a3a98d72de39532e062fff9917f50f Mon Sep 17 00:00:00 2001
From: Yassine Doghri <yassine@doghri.fr>
Date: Tue, 13 Oct 2020 12:27:58 +0000
Subject: [PATCH] fix: rename MyAccount controller file

Myaccount controller causes 404 page on certain systems

fixes #60
---
 app/Controllers/Admin/{Myaccount.php => MyAccount.php} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename app/Controllers/Admin/{Myaccount.php => MyAccount.php} (100%)

diff --git a/app/Controllers/Admin/Myaccount.php b/app/Controllers/Admin/MyAccount.php
similarity index 100%
rename from app/Controllers/Admin/Myaccount.php
rename to app/Controllers/Admin/MyAccount.php
-- 
GitLab