Skip to content

Commit 399d435

Browse files
committed
add facade
1 parent 79249c9 commit 399d435

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/app.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@
209209
'Gate' => Illuminate\Support\Facades\Gate::class,
210210
'Hash' => Illuminate\Support\Facades\Hash::class,
211211
'Http' => Illuminate\Support\Facades\Http::class,
212+
'Js' => Illuminate\Support\Js::class,
212213
'Lang' => Illuminate\Support\Facades\Lang::class,
213214
'Log' => Illuminate\Support\Facades\Log::class,
214215
'Mail' => Illuminate\Support\Facades\Mail::class,

0 commit comments

Comments
 (0)