Skip to content

Commit

Permalink
Add imports
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald authored Aug 5, 2024
1 parent 981e84a commit 888e4e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ composer require timacdonald/log-fake --dev
## Basic usage

```php
use Illuminate\Support\Facades\Log;
use TiMacDonald\Log\LogEntry;
use TiMacDonald\Log\LogFake;

public function testItLogsWhenAUserAuthenticates()
{
/*
Expand Down

0 comments on commit 888e4e9

Please sign in to comment.