Skip to content

Commit

Permalink
Removed unnecessary imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Severino committed Oct 14, 2024
1 parent 9ebe653 commit 2fb6c44
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/AttributeTypes/RichtextAttribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

namespace App\AttributeTypes;

use App\Exceptions\InvalidDataException;
use App\Utils\StringUtils;

class RichtextAttribute extends AttributeBase
{
protected static string $type = "richtext";
Expand Down

0 comments on commit 2fb6c44

Please sign in to comment.