Edit File: listener-duck.stub
<?php namespace {{ namespace }}; use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Queue\InteractsWithQueue; class {{ class }} { /** * Create the event listener. */ public function __construct() { // } /** * Handle the event. */ public function handle(object $event): void { // } }
Back to File Manager