Esempio n. 1
0
 /**
  * Get the table associated with the repository model.
  *
  * @return string
  */
 public function getTable()
 {
     return $this->modelInstance->getTable();
 }