| @@ -11,12 +11,14 @@ | ||
| 11 | 11 | */ |
| 12 | 12 | |
| 13 | 13 | use WP_Error; |
| 14 | 14 | |
| 15 | -class FormEntryModel extends Model { | |
| 15 | +class FormEntryModel extends Model | |
| 16 | +{ | |
| 16 | 17 | protected static $table = 'bitforms_form_entries'; |
| 17 | 18 | |
| 18 | - public function bulkDelete(array $condition = null) { | |
| 19 | + public function bulkDelete(array $condition = null) | |
| 20 | + { | |
| 19 | 21 | if ( |
| 20 | 22 | !\is_null($condition) |
| 21 | 23 | && \is_array($condition) |
| 22 | 24 | && array_keys($condition) !== range(0, count($condition) - 1) |