Skip to content

Commit

Permalink
cleanup 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pvldigital committed Jun 23, 2021
1 parent 8c21a7b commit 46fb39d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
13 changes: 0 additions & 13 deletions src/SpicyAfterpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@

use Craft;
use craft\base\Plugin;
use craft\services\Plugins;
use craft\events\PluginEvent;
use craft\web\UrlManager;
use craft\web\twig\variables\CraftVariable;
use craft\events\RegisterUrlRulesEvent;
use craft\commerce\services\Gateways;
use craft\events\RegisterComponentTypesEvent;

Expand All @@ -30,15 +26,6 @@
use yii\base\Event;

/**
* Craft plugins are very much like little applications in and of themselves. We’ve made
* it as simple as we can, but the training wheels are off. A little prior knowledge is
* going to be required to write a plugin.
*
* For the purposes of the plugin docs, we’re going to assume that you know PHP and SQL,
* as well as some semi-advanced concepts like object-oriented programming and PHP namespaces.
*
* https://docs.craftcms.com/v3/extend/
*
* @author Spicy Web
* @package SpicyAfterpay
* @since 0.1.0
Expand Down
8 changes: 0 additions & 8 deletions src/services/SpicyAfterpayService.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@
use yii\base\InvalidConfigException;

/**
* SpicyAfterpayService Service
*
* All of your plugin’s business logic should go in services, including saving data,
* retrieving data, etc. They provide APIs that your controllers, template variables,
* and other plugins can interact with.
*
* https://craftcms.com/docs/plugins/services
*
* @author Spicy Web
* @package SpicyAfterpay
* @since 0.1.0
Expand Down

0 comments on commit 46fb39d

Please sign in to comment.