Skip to content

Commit 52a58fb

Browse files
committed
Merge pull request #74 from Nyholm/master
[feature] Changed scope of getTranslationMessages to protected
2 parents 5d466d5 + a44d1e9 commit 52a58fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dumper/TranslationDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function dump($targetDir = 'web', $symlink = false, $directory = null)
139139
*
140140
* @return array
141141
*/
142-
private function getTranslationMessages()
142+
protected function getTranslationMessages()
143143
{
144144
$messages = array();
145145

0 commit comments

Comments
 (0)