Skip to content

Commit

Permalink
Set fallback for collation
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonagnew committed Jul 27, 2015
1 parent 0749fa5 commit 8730b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Herbert/Framework/Providers/HerbertServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ protected function registerEloquent()
'username' => DB_USER,
'password' => DB_PASSWORD,
'charset' => DB_CHARSET,
'collation' => DB_COLLATE,
'collation' => DB_COLLATE ?: 'utf8_general_ci',
'prefix' => $wpdb->prefix
]);

Expand Down

0 comments on commit 8730b77

Please sign in to comment.