Bugfix: Class "RainLoop\Actions\Notifications" not found #839

This commit is contained in:
the-djmaze 2023-01-09 14:25:25 +01:00
parent d3b716cfda
commit 5149357888

View file

@ -4,6 +4,7 @@ namespace RainLoop\Actions;
use RainLoop\Enumerations\PluginPropertyType;
use RainLoop\Exceptions\ClientException;
use RainLoop\Notifications;
trait AdminExtensions
{