Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
matfish3 committed Oct 9, 2023
1 parent 959f888 commit 873a195
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace matfish\Optimum;

use craft\base\Element;
use craft\db\ActiveRecord;
use craft\db\Table;
use craft\events\RegisterUrlRulesEvent;
use craft\helpers\Db;
use craft\helpers\UrlHelper;
Expand All @@ -13,10 +11,8 @@
use craft\base\Plugin as BasePlugin;
use Craft;
use matfish\Optimum\elements\Experiment;
use matfish\Optimum\records\Experiment as ExperimentRecord;
use matfish\Optimum\twig\OptimumExtension;
use yii\base\Event;
use yii\db\BaseActiveRecord;

class Plugin extends BasePlugin
{
Expand Down

0 comments on commit 873a195

Please # to comment.