I am trying to call getServiceLocator in model method but it is throwing below error Fatal error: Call to a member function get() on a non-object
Actually, I am using $this->getServiceLocator()->get('Config'); in model which result the above fatal error