Skip to content

Commit

Permalink
Change to class constant
Browse files Browse the repository at this point in the history
Saves on potential typos
  • Loading branch information
davidyell committed Feb 22, 2018
1 parent e661cf1 commit 6e57c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Datasource/QueryTrait.php
Expand Up @@ -526,6 +526,6 @@ protected function _decorateResults($result)
*/
protected function _decoratorClass()
{
return 'Cake\Datasource\ResultSetDecorator';
return \Cake\Datasource\ResultSetDecorator::class;
}
}

0 comments on commit 6e57c11

Please sign in to comment.