Found that there is method for that
/**
* Set the application's deferred services.
*
* @param array $services
* @return void
*/
public function setDeferredServices(array $services)
{
$this->deferredServices = $services;
}
But if i will use it i will overwrite existing deferred providers...
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community