Skip to content

Commit 260a386

Browse files
authored
Update .env.example
fix string interpolation issue
1 parent 5b08682 commit 260a386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ LARAVEL_LOGGER_FONT_AWESOME_CDN_URL=https://maxcdn.bootstrapcdn.com/font-awesome
110110
LARAVEL_LOGGER_BOOTSTRAP_CSS_CDN_ENABLED=false
111111
LARAVEL_LOGGER_BOOTSTRAP_CSS_CDN_URL=https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css
112112

113-
LARAVEL_BLOCKER_USER_MODEL='App\Models\User'
113+
LARAVEL_BLOCKER_USER_MODEL=App\Models\User
114114
LARAVEL_BLOCKER_AUTH_ENABLED=true
115115
LARAVEL_BLOCKER_ROLES_ENABLED=true
116116
LARAVEL_BLOCKER_FLASH_MESSAGES_ENABLED=false

0 commit comments

Comments
 (0)