File tree 1 file changed +4
-0
lines changed
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
71
71
\ },
72
72
\ ' app/Broadcasting/*.php' : {
73
73
\ ' type' : ' channel' ,
74
+ \ ' related' : ' app/Providers/BroadcastServiceProvider.php' ,
74
75
\ },
75
76
\ ' app/Casts/*.php' : {
76
77
\ ' type' : ' cast' ,
@@ -105,6 +106,7 @@ function! laravel#projectionist#append() abort
105
106
\ ' app/Events/*.php' : {
106
107
\ ' type' : ' event' ,
107
108
\ ' alternate' : ' app/Listeners/{}.php' ,
109
+ \ ' related' : ' app/Providers/EventServiceProvider.php' ,
108
110
\ },
109
111
\ ' app/Events/Event.php' : {
110
112
\ ' type' : ' event' ,
@@ -253,11 +255,13 @@ function! laravel#projectionist#append() abort
253
255
let projections[' routes/*.php' ] = {
254
256
\ ' type' : ' routes' ,
255
257
\ ' alternate' : ' app/Http/Kernel.php' ,
258
+ \ ' related' : ' app/Providers/RouteServiceProvider.php' ,
256
259
\ }
257
260
else
258
261
let projections[' app/Http/routes.php' ] = {
259
262
\ ' type' : ' routes' ,
260
263
\ ' alternate' : ' app/Http/Kernel.php' ,
264
+ \ ' related' : ' app/Providers/RouteServiceProvider.php' ,
261
265
\ }
262
266
endif
263
267
You can’t perform that action at this time.
0 commit comments