Update ContentController.base.php

This commit is contained in:
Sarah Tsumayoi 2017-05-14 23:12:29 -07:00 committed by GitHub
parent 53d04d32f4
commit 921951bbf7

View File

@ -17,5 +17,5 @@
* NOTE: this file must be saved in UTF-8 encoding. * NOTE: this file must be saved in UTF-8 encoding.
*/ */
return [ return [
'Invalid content id given!' => '', 'Invalid content id was given!' => '',
]; ];