Last active
September 29, 2018 18:06
-
-
Save haydar/99801185b5b5932bf1a8dd6df8c7524b to your computer and use it in GitHub Desktop.
EventServiceProvider'a yazılacak kodumuz
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
protected $listen = [ | |
'App\Events\YeniKayit' => [ | |
'App\Listeners\Yapilacakİslemler', | |
], | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment