Module::notifications PHP Method

notifications() public method

public notifications ( )
    public function notifications()
    {
        return $this->morphMany('Notifications', 'rel');
    }