diff options
Diffstat (limited to 'includes/band.php')
-rw-r--r-- | includes/band.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/band.php b/includes/band.php index 81b275a..3460acb 100644 --- a/includes/band.php +++ b/includes/band.php @@ -25,7 +25,7 @@ if ( !class_exists('GiglogAdmin_Band') ) { $this->country = isset($attrs->wpgband_country) ? $attrs->wpgband_country : 'NO'; } - static function create($bandname, $country = 'NO') + static function create($bandname, $country = 'NO'): self { $band = GiglogAdmin_Band::find($bandname, $country); |