/** * Get the event dispatcher instance. * * @return \Illuminate\Contracts\Events\Dispatcher * @static */ public static function getEventDispatcher() { return \Illuminate\Log\Writer::getEventDispatcher(); }