Skip to content

Commit 0d15c42

Browse files
committed
little fix for sluggable method
1 parent 77f1a02 commit 0d15c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/BinshopsBlogPost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class BinshopsBlogPost extends Model implements SearchResultInterface
5858
*
5959
* @return array
6060
*/
61-
public function sluggable()
61+
public function sluggable(): array
6262
{
6363
return [
6464
'slug' => [

0 commit comments

Comments
 (0)