Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Sep 16, 2024
1 parent f44b751 commit 2f3f132
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Console/Commands/PailCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ class PailCommand extends Command
* {@inheritDoc}
*/
protected $signature = 'pail
{--filter= : Filter the logs}
{--message= : Filter the logs by the message}
{--level= : Filter the logs by the level}
{--auth= : Filter the logs by the authenticated ID}
{--user= : Filter the logs by the authenticated ID (alias for --auth)}';
{--filter= : Filter the logs by the given value}
{--message= : Filter the logs by the given message}
{--level= : Filter the logs by the given level}
{--auth= : Filter the logs by the given authenticated ID}
{--user= : Filter the logs by the given authenticated ID (alias for --auth)}';

/**
* {@inheritDoc}
Expand Down

0 comments on commit 2f3f132

Please sign in to comment.