Make non-static instead of skipping

So the parent functions are still accessible, without errors.
This commit is contained in:
Barry vd. Heuvel
2013-05-09 22:09:29 +02:00
parent 8f775f3a72
commit 37d146cd6d
2 changed files with 22 additions and 18 deletions
+4 -4
View File
@@ -62,15 +62,15 @@ return array(
/*
|--------------------------------------------------------------------------
| Skipped methods
| Non-static methods
|--------------------------------------------------------------------------
|
| These functions aren't actually facade calls, so don't include them as helper
| These functions aren't actually facade calls, so don't make them static
|
*/
'skip' => array(
'Eloquent' => array('freshTimestamp'),
'nonstatic' => array(
'Eloquent' => array('freshTimestamp', 'newCollection', 'toArray', 'toJson', 'toSql'),
),
/*