1
0
mirror of https://github.com/flarum/core.git synced 2025-07-19 15:51:16 +02:00
Files
php-flarum/framework
Alexander Skvortsov a1a2598c03 Fix deleting posts/discussions by deleted user (#2521)
Making the $user argument nullable prevents this unnecessary exception, and doesn't introduce any issues since we check that $user exists as part of the method.
2021-01-07 17:46:14 -05:00
..