Remove blanks

This commit is contained in:
Michael 2021-05-09 11:54:34 +00:00
parent cc5d4db6a3
commit f5c7f9670f
4 changed files with 13 additions and 13 deletions

View file

@ -67,7 +67,7 @@ class Notification extends BaseFactory
case ModelNotification\Type::SHARE:
$type = 'status';
break;
default:
return null;
}