All Downloads are FREE. Search and download functionalities are using the official Maven repository.

php-lumen.ExampleListener.php.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
licenseInfoLumen}}
namespace App\Listeners;

use App\Events\ExampleEvent;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Queue\InteractsWithQueue;

class ExampleListener
{
    /**
     * Create the event listener.
     *
     * @return void
     */
    public function __construct()
    {
        //
    }

    /**
     * Handle the event.
     *
     * @param  \App\Events\ExampleEvent  $event
     * @return void
     */
    public function handle(ExampleEvent $event)
    {
        //
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy