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