Files
ponzi/laravel/database/queries/grammars/mysql.php
2011-09-12 23:14:24 -05:00

12 lines
218 B
PHP

<?php namespace Laravel\Database\Query\Grammars;
class MySQL extends Grammar {
/**
* Get the keyword identifier wrapper for the connection.
*
* @return string
*/
public function wrapper() { return '`'; }
}