Skip to content

Commit 968a364

Browse files
netpokdriesvints
andauthored
Update signature formatting
Co-authored-by: Dries Vints <[email protected]>
1 parent 795710d commit 968a364

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Illuminate/Foundation/Console/StorageLinkCommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ class StorageLinkCommand extends Command
1111
*
1212
* @var string
1313
*/
14-
protected $signature = 'storage:link {--relative : Create the symbolic link using relative paths}
14+
protected $signature = 'storage:link
15+
{--relative : Create the symbolic link using relative paths}
1516
{--force : Recreate already existing symbolic links}';
1617

1718
/**

0 commit comments

Comments
 (0)