Skip to content

Commit

Permalink
Fixed lowercase typo on import
Browse files Browse the repository at this point in the history
EPO-6356
  • Loading branch information
ericdrosas87 committed May 11, 2022
1 parent 7024aa2 commit be4490e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fields/DAMAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace rosas\dam\fields;

use Craft;
use craft\base\field;
use craft\base\Field;
use craft\base\ElementInterface;
use craft\helpers\Json;
use rosas\dam\controllers\AssetSyncController;
Expand Down

0 comments on commit be4490e

Please sign in to comment.