From 9a8c444af3e3056c98a6834af11b6afa278dc777 Mon Sep 17 00:00:00 2001 From: Barry Date: Wed, 13 Mar 2013 13:07:03 +0100 Subject: [PATCH] Update for composer changes --- _IDE_helper.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_IDE_helper.php b/_IDE_helper.php index 8901e2c..1103129 100644 --- a/_IDE_helper.php +++ b/_IDE_helper.php @@ -2165,8 +2165,8 @@ namespace { * @param array $attributes * @return Illuminate\Database\Eloquent\Model */ - public static function newExisting($attributes = array()){ - return self::$realClass->newExisting($attributes); + public static function newFromBuilder($attributes = array()){ + return self::$realClass->newFromBuilder($attributes); } /**