Exemplo n.º 1
0
 public function bootStore(Store $store)
 {
     // Add database config for current store.
     if ($store->bootStore()) {
         $this->registerStoreConfig($store);
     } else {
         throw new \Exception("Default store was not found.");
     }
 }