Skip to content

Commit 151d7e3

Browse files
authored
docs: update logging facade to use FDQN
1 parent b464143 commit 151d7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ messages to files, the system error log, and even to Slack to notify your entire
1515

1616
As usual, the usage is similar to Laravel:
1717
```php
18-
use Log;
18+
use Illuminate\Support\Facades\Log;
1919

2020
Log::emergency($message);
2121
Log::alert($message);

0 commit comments

Comments
 (0)