We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a9a73 commit b6859a9Copy full SHA for b6859a9
1 file changed
README.md
@@ -41,10 +41,10 @@ use Dframe\ActivityLog\Demo\Drivers\FileLog;
41
require_once __DIR__ . '/../../vendor/autoload.php';
42
43
$log = (new Activity(new FileLog()));
44
-$log->log('Hello Word!')->entity(\Dframe\ActivityLog\Demo\Entity\Action::class'])->push();
+$log->log('Hello Word!')->entity(\Dframe\ActivityLog\Demo\Entity\Action::class)->push();
45
```
46
47
Display Logs
48
```php
49
$log->logs();
50
-```
+```
0 commit comments