v4.1.0
Changes
Laravel\Lumen\Application::hasBeenBootstrapped()now default to returntrueinstead of throwing anException.Laravel\Lumen\Application::loadDeferredProviders()now does returnvoid(does nothing) instead of throwing anException.
Laravel\Lumen\Application::hasBeenBootstrapped() now default to return true instead of throwing an Exception.Laravel\Lumen\Application::loadDeferredProviders() now does return void (does nothing) instead of throwing an Exception.