Esempio n. 1
0
 /**
  * Wrap a table in keyword identifiers.
  *
  * @param  mixed   $table
  * @return string
  */
 public function wrapTable($table)
 {
     if ($table instanceof Blueprint) {
         $table = $table->getTable();
     }
     return parent::wrapTable($table);
 }