From 7c88e883cf85e36713252d3dd6f2d0421ca9300c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 24 Apr 2020 20:21:42 +0200 Subject: [PATCH] Update config.php --- assets/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/config.php b/assets/config.php index 2539b9be..508b79d9 100644 --- a/assets/config.php +++ b/assets/config.php @@ -67,7 +67,7 @@ return [ ], /** - * Controller namespace used for routes in routes/tenant.php. + * Controller namespace used by routes in routes/tenant.php. */ 'tenant_route_namespace' => 'App\Http\Controllers',