We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63afd77 commit 00d74c5Copy full SHA for 00d74c5
src/Services/AIContentSafety.php
@@ -20,10 +20,10 @@
20
21
namespace OrdinaryJellyfish\Sentra\Services;
22
23
+use Flarum\Post\Post;
24
use Flarum\Settings\SettingsRepositoryInterface;
-use s9e\TextFormatter\Utils\ParsedDOM;
25
use GuzzleHttp\Client as GuzzleClient;
26
-use Flarum\Post\Post;
+use s9e\TextFormatter\Utils\ParsedDOM;
27
28
class AIContentSafety
29
{
0 commit comments