Skip to content

Commit

Permalink
Fix order.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed May 5, 2021
1 parent a546b2e commit 693a575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Table/FeedbackItemsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
class FeedbackItemsTable extends Table {

/**
* @var mixed
* @var mixed|array|string|false
*/
protected $order = [
'created' => 'DESC',
Expand Down

0 comments on commit 693a575

Please sign in to comment.