From 327a77c02dc0f53aa123a4066b7a4ce5727fb247 Mon Sep 17 00:00:00 2001 From: miad z Date: Wed, 6 Feb 2019 20:39:16 +0330 Subject: [PATCH] customize view name from config customize view name from config --- config/sudosu.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/sudosu.php b/config/sudosu.php index 99298a4..1ce1636 100644 --- a/config/sudosu.php +++ b/config/sudosu.php @@ -27,6 +27,8 @@ | */ - 'user_model' => App\User::class + 'user_model' => App\User::class, -]; \ No newline at end of file + 'view_name' => 'vendor.sudo-su.user-selector' + +];