diff options
Diffstat (limited to 'includes/model/Category.php')
-rwxr-xr-x | includes/model/Category.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/model/Category.php b/includes/model/Category.php index 37ad4f8..fb57918 100755 --- a/includes/model/Category.php +++ b/includes/model/Category.php @@ -34,8 +34,8 @@ class Category }
// Returns true if this object was successfully fetched from the database
- public function has_value()
- {
+ public function has_value(): bool
+ {
return $this->has_value;
}
|