From 96805a6df89840dbffab2e66692e2fe747a27a98 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 19 May 2022 20:19:37 +0200 Subject: [PATCH] Revert "wip #4285" This reverts commit 9a2c6fd04431ddae0e1bf4d37b23dd8541e47fd1. --- src/app/Application.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/Application.php b/src/app/Application.php index a56b26f..d2fd6ab 100644 --- a/src/app/Application.php +++ b/src/app/Application.php @@ -40,7 +40,6 @@ class Application extends \Illuminate\Foundation\Application $this->variant = $variant; } - /** * @return string */ -- 2.39.5