Skip to content
This repository was archived by the owner on Jul 31, 2018. It is now read-only.

Commit 6607f3f

Browse files
committed
Correct mistake with autoupdate/delete on readme. Fix #26
1 parent 7b01180 commit 6607f3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ class Contact extends Model
144144
{
145145
use AlgoliaEloquentTrait;
146146

147-
public $autoIndex = false;
148-
public $autoDelete = false;
147+
public static $autoIndex = false;
148+
public static $autoDelete = false;
149149
}
150150
```
151151

0 commit comments

Comments
 (0)