Skip to content

Commit 2b1dbee

Browse files
committed
Fixing one last line from merge
1 parent 485ad57 commit 2b1dbee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

service_container.rst

+2
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ Instead, you decide to create a new class::
119119
];
120120

121121
$index = array_rand($messages);
122+
123+
return $messages[$index];
122124
}
123125
}
124126

0 commit comments

Comments
 (0)