diff --git a/src/config/config.php b/src/config/config.php index 539162d..c1e1620 100755 --- a/src/config/config.php +++ b/src/config/config.php @@ -70,7 +70,7 @@ return array( */ 'nonstatic' => array( - 'Eloquent' => array('freshTimestamp', 'newCollection', 'toArray', 'toJson', 'toSql'), + 'Eloquent' => array('freshTimestamp', 'newCollection', 'toArray', 'toJson', 'toSql', 'delete'), ), /*