1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-26 08:04:38 +02:00
This commit is contained in:
Ryan Cramer
2017-03-09 10:08:54 -05:00
parent a3ba477346
commit 95f5cba2ed

View File

@@ -190,7 +190,7 @@ class LanguageSupportFields extends WireData implements Module {
* Hookable function called when a new language is added * Hookable function called when a new language is added
* *
* @param Page|Language $language * @param Page|Language $language
e* *
*/ */
public function ___languageAdded(Page $language) { public function ___languageAdded(Page $language) {
// hookable, intentionally blank // hookable, intentionally blank