Skip to content

Commit

Permalink
Set MySQL strict setting to true due to laravel/framework#3602
Browse files Browse the repository at this point in the history
  • Loading branch information
wjgilmore committed Mar 31, 2016
1 parent e1f4af6 commit 5c01ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.php
Expand Up @@ -61,7 +61,7 @@
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
'strict' => true,
],

'pgsql' => [
Expand Down

0 comments on commit 5c01ed3

Please sign in to comment.