From 40a8b269d0e4f8dfe9889ae18098b76228368770 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Tue, 15 Sep 2020 11:10:52 +0000 Subject: [PATCH] Sage 9 Controller update (ref: https://github.com/roots/sage/pull/2025/files). SVN handles case changes in filenames poorly on case-insensitive files systems. --- .../app/{controllers/app.php => Controllers/App.php} | 0 .../{controllers/front-page.php => Controllers/FrontPage.php} | 0 wp-content/themes/physioassist/composer.json | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename wp-content/themes/physioassist/app/{controllers/app.php => Controllers/App.php} (100%) rename wp-content/themes/physioassist/app/{controllers/front-page.php => Controllers/FrontPage.php} (100%) diff --git a/wp-content/themes/physioassist/app/controllers/app.php b/wp-content/themes/physioassist/app/Controllers/App.php similarity index 100% rename from wp-content/themes/physioassist/app/controllers/app.php rename to wp-content/themes/physioassist/app/Controllers/App.php diff --git a/wp-content/themes/physioassist/app/controllers/front-page.php b/wp-content/themes/physioassist/app/Controllers/FrontPage.php similarity index 100% rename from wp-content/themes/physioassist/app/controllers/front-page.php rename to wp-content/themes/physioassist/app/Controllers/FrontPage.php diff --git a/wp-content/themes/physioassist/composer.json b/wp-content/themes/physioassist/composer.json index 54004443..c050525e 100644 --- a/wp-content/themes/physioassist/composer.json +++ b/wp-content/themes/physioassist/composer.json @@ -36,7 +36,7 @@ "composer/installers": "~1.0", "illuminate/support": "~5.4", "roots/sage-lib": "~9.0.0-beta.4", - "soberwp/controller": "~9.0.0-beta.4", + "soberwp/controller": "~2.1.0", "log1x/blade-svg-sage": "^1.0", "roots/sage-woocommerce": "^1.0" }, -- 2.39.5