protected function storeConfigsInLaravelContainer()
 {
     if ($this->sendConfigsToLaravelContainer) {
         $key = 'cmf';
         $config = $this->appConfigs()->get($key, []);
         $this->appConfigs()->set($key, array_merge($config, $this->cmfConfig->toArray()));
     }
 }