Skip to content

Commit

Permalink
fixed ActiveRecordAccessTrait use in default controller (Trait was mo…
Browse files Browse the repository at this point in the history
…ved to other package/namespace)
  • Loading branch information
handcode committed Sep 29, 2021
1 parent c2a64de commit a8823f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace dmstr\modules\pages\controllers;

use dmstr\db\traits\ActiveRecordAccessTrait;
use dmstr\activeRecordPermissions\ActiveRecordAccessTrait;
use dmstr\modules\backend\interfaces\ContextMenuItemsInterface;
use dmstr\modules\pages\assets\PagesBackendAsset;
use dmstr\modules\pages\helpers\PageHelper;
Expand Down

0 comments on commit a8823f3

Please sign in to comment.