From 3737ce8146386284ffa6bbcead709c4f943c1e1b Mon Sep 17 00:00:00 2001 From: luceos Date: Tue, 9 Jul 2019 20:17:16 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/User/NotificationPreference.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/User/NotificationPreference.php b/src/User/NotificationPreference.php index b1b1c6ad7..830169e94 100644 --- a/src/User/NotificationPreference.php +++ b/src/User/NotificationPreference.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Flarum\User; use Flarum\Database\AbstractModel;