File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 92
92
'Illuminate\Encryption\EncryptionServiceProvider ' ,
93
93
'Illuminate\Filesystem\FilesystemServiceProvider ' ,
94
94
'Illuminate\Hashing\HashServiceProvider ' ,
95
+ 'Illuminate\Html\HtmlServiceProvider ' ,
95
96
'Illuminate\Foundation\Providers\KeyGeneratorServiceProvider ' ,
96
97
'Illuminate\Log\LogServiceProvider ' ,
97
98
'Illuminate\Mail\MailServiceProvider ' ,
152
153
'Eloquent ' => 'Illuminate\Database\Eloquent\Model ' ,
153
154
'Event ' => 'Illuminate\Support\Facades\Event ' ,
154
155
'File ' => 'Illuminate\Support\Facades\File ' ,
156
+ 'Form ' => 'Illuminate\Support\Facades\Form ' ,
155
157
'Hash ' => 'Illuminate\Support\Facades\Hash ' ,
158
+ 'Html ' => 'Illuminate\Html\HtmlBuilder ' ,
156
159
'Input ' => 'Illuminate\Support\Facades\Input ' ,
157
160
'Lang ' => 'Illuminate\Support\Facades\Lang ' ,
158
161
'Log ' => 'Illuminate\Support\Facades\Log ' ,
You can’t perform that action at this time.
0 commit comments