Skip to content

Commit b6859a9

Browse files
authored
Update README.md
1 parent 42a9a73 commit b6859a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ use Dframe\ActivityLog\Demo\Drivers\FileLog;
4141
require_once __DIR__ . '/../../vendor/autoload.php';
4242

4343
$log = (new Activity(new FileLog()));
44-
$log->log('Hello Word!')->entity(\Dframe\ActivityLog\Demo\Entity\Action::class'])->push();
44+
$log->log('Hello Word!')->entity(\Dframe\ActivityLog\Demo\Entity\Action::class)->push();
4545
```
4646

4747
Display Logs
4848
```php
4949
$log->logs();
50-
```
50+
```

0 commit comments

Comments
 (0)