Skip to content

Commit 1e0ced5

Browse files
authored
Fix a minor code mistake
1 parent 15799fa commit 1e0ced5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/string.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ the injected slugger is the same as the request locale::
453453

454454
public function someMethod()
455455
{
456-
$slug = $slugger->slug('...');
456+
$slug = $this->slugger->slug('...');
457457
}
458458
}
459459

0 commit comments

Comments
 (0)