1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 09:57:06 +02:00

Revert "fix(regression): caught errors"

This reverts commit c94c140484.
This commit is contained in:
Sami Mazouz
2023-05-31 09:47:30 +01:00
parent c94c140484
commit 04fe2616a4
26 changed files with 30 additions and 68385 deletions

30694
framework/core/js/dist/admin.js generated vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

37669
framework/core/js/dist/forum.js generated vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -88,7 +88,7 @@ class Discussion extends AbstractModel
/**
* The user for which the state relationship should be loaded.
*/
protected static ?User $stateUser = null;
protected static ?User $stateUser;
public static function boot()
{

View File

@@ -50,7 +50,7 @@ class GambitManager
protected function applyGambits(SearchState $search, string $query): string
{
$bits = array_filter($this->explode($query));
$bits = $this->explode($query);
if (! $bits) {
return '';