Non functional cosmetic updates

This commit is contained in:
2023-10-04 15:49:44 +11:00
parent c7e707c143
commit 0fcb628c11
4 changed files with 11 additions and 8 deletions

View File

@@ -226,7 +226,8 @@ class Message extends FTNBase
}
// Fix for a call to pluck('date') (which is resolved via __get()), but it returns false.
public function __isset($key) {
public function __isset($key)
{
return (bool)$this->{$key};
}