minor spacing fix

This commit is contained in:
Jonathan Labreuille
2016-05-20 18:39:34 +02:00
parent d10a29598d
commit ceebb18bdf
3 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ class Model extends \Sudzy\ValidModel {
return self::bulkAction($orm, function($ids) use($model) {
self::rawExecute(join(' ', array(
'UPDATE `'.$model::$_table.'`',
'SET `deleted_at`=NOW()',
'SET `deleted_at` = NOW()',
'WHERE `id` IN ('.rtrim(str_repeat('?,', count($ids)), ',').')'
)),
$ids