Skip to content

Commit ed2c054

Browse files
committed
Add Bus facade.
1 parent ad695e2 commit ed2c054

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
@@ -164,6 +164,7 @@
164164
'Artisan' => 'Illuminate\Support\Facades\Artisan',
165165
'Auth' => 'Illuminate\Support\Facades\Auth',
166166
'Blade' => 'Illuminate\Support\Facades\Blade',
167+
'Bus' => 'Illuminate\Support\Facades\Bus',
167168
'Cache' => 'Illuminate\Support\Facades\Cache',
168169
'Config' => 'Illuminate\Support\Facades\Config',
169170
'Cookie' => 'Illuminate\Support\Facades\Cookie',

0 commit comments

Comments
 (0)