From 4db87ad8c89b7261466eb35904fff8f7632594a5 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Tue, 12 Dec 2017 20:14:52 -0600 Subject: [PATCH] remove Eloquent::unguard --- tests/TestCase.php | 1 - 1 file changed, 1 deletion(-) 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() {