Skip to content

Commit

Permalink
Create PluginCleaningController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed May 1, 2023
1 parent 75c009e commit a32b329
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Controller/PluginCleaningController.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?php

namespace Kanboard\Plugin\ContentCleaner\Controller;

use Kanboard\Controller\BaseController;
use Kanboard\Core\Plugin\Directory;
use Kanboard\Core\Controller\PageNotFoundException;
use Kanboard\Core\Http\Client;

/**
* Plugin ContentCleaner
* Class PluginCleaningController
* @author aljawaid
*/

class PluginCleaningController extends BaseController
{
}

0 comments on commit a32b329

Please sign in to comment.