Skip to content

Commit

Permalink
Fix Style CI
Browse files Browse the repository at this point in the history
  • Loading branch information
promatik authored Dec 11, 2020
1 parent 0e797c2 commit 9817fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Models/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Page extends Model
*
* @return array
*/
public function sluggable():array
public function sluggable(): array
{
return [
'slug' => [
Expand Down

0 comments on commit 9817fbd

Please sign in to comment.