app = $app; } /** * Callback executed when the `Framework` class registers providers. * * @since 2.0.0 * @access public * @return void */ public function register() {} /** * Callback executed after all the service providers have been registered. * This is particularly useful for single-instance container objects that * only need to be loaded once per page and need to be resolved early. * * @since 2.0.0 * @access public * @return void */ public function boot() {} }