diff --git a/tests/TestCase.php b/tests/TestCase.php index 3ce3836f..bc4186cb 100755 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -24,7 +24,6 @@ abstract class TestCase extends Illuminate\Foundation\Testing\TestCase public function __construct($name = null, array $data = [], $dataName = '') { parent::__construct($name, $data, $dataName); - Eloquent::unguard(); } protected function reset_db() {