summaryrefslogtreecommitdiff
path: root/app/Helpers/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Helpers/functions.php')
-rw-r--r--app/Helpers/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Helpers/functions.php b/app/Helpers/functions.php
index bbb3216392..6e641a23f7 100644
--- a/app/Helpers/functions.php
+++ b/app/Helpers/functions.php
@@ -25,7 +25,7 @@ use Illuminate\Cache\Repository;
*
* @param string|null $abstract
*
- * @return Application|Repository|mixed
+ * @return mixed
*/
function app(string $abstract = null)
{