%PDF- %PDF-
Direktori : /var/www/html/hr/api/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/ |
Current File : /var/www/html/hr/api/vendor/laravel/framework/src/Illuminate/Foundation/Console/stubs/listener.stub |
<?php namespace DummyNamespace; use DummyFullEvent; use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Queue\InteractsWithQueue; class DummyClass { /** * Create the event listener. * * @return void */ public function __construct() { // } /** * Handle the event. * * @param DummyEvent $event * @return void */ public function handle(DummyEvent $event) { // } }