Skip to content

Commit

Permalink
Fix missing namespoce (CO-1814)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Nov 8, 2019
1 parent 746afc3 commit d2a4530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Lib/Identifier/Sequence.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Sequence extends ReferenceIdService {
*/

public function generate(\App\Model\Entity\Matchgrid $mgConfig, \ADOConnection $dbc) {
$MatchgridSettings = TableRegistry::get('MatchgridSettings');
$MatchgridSettings = \Cake\ORM\TableRegistry::get('MatchgridSettings');

// We'll use the matchgrid ID rather than name in the sequence name to avoid
// issues if the matchgrid is renamed for some reason.
Expand Down

0 comments on commit d2a4530

Please sign in to comment.