merged skunkworks into develop.
This commit is contained in:
12
laravel/database/query/grammars/mysql.php
Normal file
12
laravel/database/query/grammars/mysql.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php namespace Laravel\Database\Query\Grammars;
|
||||
|
||||
class MySQL extends Grammar {
|
||||
|
||||
/**
|
||||
* The keyword identifier for the database system.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $wrapper = '`%s`';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user