Пример #1
0
 /**
  * Changes to the tenant Schema or Database
  * @param  string $flat Flat name
  * @return boolean      boolean with the success of the change
  */
 public function moveIn($flat)
 {
     if ($this->exists($flat)) {
         return $this->schema->switchSchema($flat);
     }
     return false;
 }