LMongo\Eloquent\Model::getEventDispatcher PHP Method

getEventDispatcher() public static method

Get the event dispatcher instance.
public static getEventDispatcher ( ) : Illuminate\Events\Dispatcher
return Illuminate\Events\Dispatcher
    public static function getEventDispatcher()
    {
        return static::$dispatcher;
    }
Model