Skip to content

Commit

Permalink
Fix imports in Plugin file
Browse files Browse the repository at this point in the history
  • Loading branch information
adrenth committed Jul 9, 2021
1 parent d34f781 commit 67a3e19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

namespace Vdlp\Redirect;

use Backend;
use Backend\Facades\Backend;
use Event;
use Exception;
use Illuminate\Console\Scheduling\Schedule;
use Illuminate\Contracts\Translation\Translator;
use October\Rain\Support\Facades\Event;
use System\Classes\PluginBase;
use Throwable;
use Validator;
Expand Down
2 changes: 2 additions & 0 deletions updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,5 @@
- "Improve redirect caching management -- See: https://github.com/vdlp/oc-redirect-plugin/releases/tag/2.5.7"
2.5.8:
- "Improve redirect caching management (revised) -- See: https://github.com/vdlp/oc-redirect-plugin/releases/tag/2.5.8"
2.5.9:
- "Fix import in Plugin file"

0 comments on commit 67a3e19

Please sign in to comment.