Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce 65k character limit when attempting to update setting values. #3162

Merged
merged 14 commits into from
Nov 12, 2021
Prev Previous commit
Style fixes.
  • Loading branch information
grimmdude committed Nov 12, 2021
commit f43b3a669416dd4c1e8818a1e2e3fac868366d51
1 change: 0 additions & 1 deletion src/Settings/SettingsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

use Flarum\Foundation\AbstractServiceProvider;
use Flarum\Settings\Event\Saving;
use Flarum\Settings\SettingsValidator;
use Illuminate\Contracts\Container\Container;
use Illuminate\Contracts\Events\Dispatcher;
use Illuminate\Database\ConnectionInterface;
Expand Down