Skip to content

Commit

Permalink
Move ImageBeforeRenderEvent to events directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubjo committed Feb 4, 2022
1 parent e8a942e commit 1c9846f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,6 +1,6 @@
<?php

namespace alps\sharepreviews;
namespace alps\sharepreviews\events;

use alps\sharepreviews\models\Image;

Expand Down
2 changes: 1 addition & 1 deletion src/models/Image.php
Expand Up @@ -2,7 +2,7 @@

namespace alps\sharepreviews\models;

use alps\sharepreviews\ImageBeforeRenderEvent;
use alps\sharepreviews\events\ImageBeforeRenderEvent;
use alps\sharepreviews\models\concerns\HasLayers;
use alps\sharepreviews\SharePreviews;
use craft\base\Model;
Expand Down

0 comments on commit 1c9846f

Please sign in to comment.