mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Bugfix: Admin Plugins management broken
This commit is contained in:
parent
b2dd5b7cad
commit
0c1ac011f2
2 changed files with 3 additions and 2 deletions
|
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
namespace RainLoop\Actions;
|
namespace RainLoop\Actions;
|
||||||
|
|
||||||
use RainLoop\Enumerations\Capa;
|
|
||||||
use RainLoop\Enumerations\PluginPropertyType;
|
|
||||||
use RainLoop\Exceptions\ClientException;
|
use RainLoop\Exceptions\ClientException;
|
||||||
use RainLoop\KeyPathHelper;
|
use RainLoop\KeyPathHelper;
|
||||||
use RainLoop\Notifications;
|
use RainLoop\Notifications;
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
namespace RainLoop;
|
namespace RainLoop;
|
||||||
|
|
||||||
|
use RainLoop\Enumerations\PluginPropertyType;
|
||||||
|
use RainLoop\Exceptions\ClientException;
|
||||||
|
|
||||||
class ActionsAdmin extends Actions
|
class ActionsAdmin extends Actions
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue