Bugfix: Admin Plugins management broken

This commit is contained in:
the-djmaze 2022-03-10 12:18:14 +01:00
parent b2dd5b7cad
commit 0c1ac011f2
2 changed files with 3 additions and 2 deletions

View file

@ -2,8 +2,6 @@
namespace RainLoop\Actions;
use RainLoop\Enumerations\Capa;
use RainLoop\Enumerations\PluginPropertyType;
use RainLoop\Exceptions\ClientException;
use RainLoop\KeyPathHelper;
use RainLoop\Notifications;

View file

@ -2,6 +2,9 @@
namespace RainLoop;
use RainLoop\Enumerations\PluginPropertyType;
use RainLoop\Exceptions\ClientException;
class ActionsAdmin extends Actions
{