Skip to content

Commit 165147c

Browse files
tabacituStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 83f46ec commit 165147c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Models/MenuItem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function url()
6363
break;
6464

6565
case 'internal_link':
66-
return is_null($this->link) ? "#" : url($this->link);
66+
return is_null($this->link) ? '#' : url($this->link);
6767
break;
6868

6969
default: //page_link

0 commit comments

Comments
 (0)