Modules\Doptor\CompanyInfo\Models\Company::incharges PHP Method

incharges() public method

Get the company incharges.
public incharges ( )
    public function incharges()
    {
        return $this->morphMany('Modules\\Doptor\\CompanyInfo\\Models\\PersonInCharge', 'inchargable');
    }