Skip to content

Commit

Permalink
Fix missing include in ProvisioningHistoryRecordsTable (NOJIRA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Feb 8, 2024
1 parent d3e0de4 commit af1c76c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/Model/Table/ProvisioningHistoryRecordsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

namespace App\Model\Table;

use Cake\Event\EventInterface;
use Cake\ORM\Table;
use Cake\Validation\Validator;
use App\Lib\Enum\ProvisioningStatusEnum;
Expand Down

0 comments on commit af1c76c

Please sign in to comment.