Skip to content

Commit 32df1b6

Browse files
committed
added Str alias.
1 parent 96237d8 commit 32df1b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/config/app.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
'Schema' => 'Illuminate\Support\Facades\Schema',
169169
'Seeder' => 'Illuminate\Database\Seeder',
170170
'Session' => 'Illuminate\Support\Facades\Session',
171+
'Str' => 'Illuminate\Support\Str',
171172
'URL' => 'Illuminate\Support\Facades\URL',
172173
'Validator' => 'Illuminate\Support\Facades\Validator',
173174
'View' => 'Illuminate\Support\Facades\View',

0 commit comments

Comments
 (0)