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

Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
luceos
2019-11-19 11:38:56 +00:00
committed by StyleCI Bot
parent dd3a4173a1
commit aef56c055a

View File

@@ -23,7 +23,7 @@ use InvalidArgumentException;
*/
class NotificationPreference extends AbstractModel
{
static protected $channels = [];
protected static $channels = [];
public function user()
{