mirror of
https://github.com/brufdev/many-notes.git
synced 2026-05-24 04:09:10 -05:00
Add events for broadcasting
This commit is contained in:
@@ -18,6 +18,7 @@ arch('avoid mutation')
|
||||
->toBeReadonly()
|
||||
->ignoring([
|
||||
'App\Console\Commands',
|
||||
'App\Events',
|
||||
'App\Exceptions',
|
||||
'App\Jobs',
|
||||
'App\Livewire',
|
||||
@@ -68,6 +69,7 @@ arch('models')
|
||||
->toOnlyBeUsedIn([
|
||||
'App\Actions',
|
||||
'App\Console\Commands',
|
||||
'App\Events',
|
||||
'App\Http',
|
||||
'App\Jobs',
|
||||
'App\Livewire',
|
||||
|
||||
Reference in New Issue
Block a user