From 2c4fa1ab2815fd10f6e797f76c407a5fddb294aa Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 5 Feb 2020 16:46:09 -0600 Subject: [PATCH] formatting --- config/filesystems.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/filesystems.php b/config/filesystems.php index 1f8c74ba..cd9f0962 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -71,9 +71,9 @@ | Symbolic Links |-------------------------------------------------------------------------- | - | Here you may configure as many symbolic links as you wish for your - | application. The key is the symbolic link and the value is the - | target path. Use the `storage:link` command to generate them. + | Here you may configure the symbolic links that will be created when the + | `storage:link` Artisan command is executed. The array keys should be + | the locations of the links and the values should be their targets. | */