File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ function! laravel#projectionist#append() abort
7171 \ },
7272 \ ' app/Broadcasting/*.php' : {
7373 \ ' type' : ' channel' ,
74+ \ ' related' : ' app/Providers/BroadcastServiceProvider.php' ,
7475 \ },
7576 \ ' app/Casts/*.php' : {
7677 \ ' type' : ' cast' ,
@@ -105,6 +106,7 @@ function! laravel#projectionist#append() abort
105106 \ ' app/Events/*.php' : {
106107 \ ' type' : ' event' ,
107108 \ ' alternate' : ' app/Listeners/{}.php' ,
109+ \ ' related' : ' app/Providers/EventServiceProvider.php' ,
108110 \ },
109111 \ ' app/Events/Event.php' : {
110112 \ ' type' : ' event' ,
@@ -253,11 +255,13 @@ function! laravel#projectionist#append() abort
253255 let projections[' routes/*.php' ] = {
254256 \ ' type' : ' routes' ,
255257 \ ' alternate' : ' app/Http/Kernel.php' ,
258+ \ ' related' : ' app/Providers/RouteServiceProvider.php' ,
256259 \ }
257260 else
258261 let projections[' app/Http/routes.php' ] = {
259262 \ ' type' : ' routes' ,
260263 \ ' alternate' : ' app/Http/Kernel.php' ,
264+ \ ' related' : ' app/Providers/RouteServiceProvider.php' ,
261265 \ }
262266 endif
263267
You can’t perform that action at this time.
0 commit comments