remove Eloquent::unguard

This commit is contained in:
Nabeel Shahzad
2017-12-12 20:14:52 -06:00
parent b5d2e1ba11
commit 4db87ad8c8

View File

@@ -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() {