Files
ponzi/laravel/database/grammars/mysql.php
Taylor Otwell c6f9734603 refactoring.
2011-09-27 21:10:32 -05:00

12 lines
186 B
PHP

<?php namespace Laravel\Database\Grammars;
class MySQL extends Grammar {
/**
* The keyword identifier for the database system.
*
* @var string
*/
protected $wrapper = '`';
}