Finish renaming Object\Item to Object\Post

This commit is contained in:
Hypolite Petovan 2017-12-07 23:33:36 -05:00
parent 0dce57d400
commit 4b0f83a12b
3 changed files with 8 additions and 8 deletions

View file

@ -46,7 +46,7 @@ class Item extends BaseObject
*
* @param array $data data array
*/
public function __construct($data)
public function __construct(array $data)
{
$a = self::getApp();