Ejemplo n.º 1
0
 /**
  * Set the table prefix in use by the connection.
  *
  * @param string $prefix
  * @return void 
  * @static 
  */
 public static function setTablePrefix($prefix)
 {
     //Method inherited from \Illuminate\Database\Connection
     \Illuminate\Database\MySqlConnection::setTablePrefix($prefix);
 }