Skip to content

Commit 3952e9a

Browse files
authored
Fixes Needing to be a type array to return
1 parent 0868515 commit 3952e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/BinshopsPostTranslation.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function language()
4949
*
5050
* @return array
5151
*/
52-
public function sluggable()
52+
public function sluggable(): array
5353
{
5454
return [
5555
'slug' => [

0 commit comments

Comments
 (0)