Skip to content

Commit 483c958

Browse files
authored
Update README.md
1 parent 08ec050 commit 483c958

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ echo $user->sourcedId; // return 'foo-bar'
4040
```php
4141
$user = User::find('foo-bar');
4242
$user->delete(); // User deleted
43+
44+
// Or
45+
46+
User::destroy('foo-bar);
47+
4348
```
4449

4550

@@ -56,4 +61,4 @@ $isServerUp = OpenLRW::isUp();
5661
5762
```bash
5863
\vendor\bin\phpunit.bat --bootstrap vendor\autoload.php tests\ApiClientTest.php
59-
```
64+
```

0 commit comments

Comments
 (0)