Exemplo n.º 1
0
 /**
  * Whether or not this table has changes recorded.
  *
  * @return boolean
  */
 public function hasChangesRecorded()
 {
     return !in_array($this->getName(), ChangeTracker::tableNames());
 }