From 13b6fa4107cd5a79f1b2fdd5600e4e0eb4fafa78 Mon Sep 17 00:00:00 2001 From: MGatner Date: Tue, 3 Sep 2019 14:20:09 -0400 Subject: [PATCH] Remove copy-paste extraneous text --- app/Config/Paths.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/Config/Paths.php b/app/Config/Paths.php index 5ef168c71360..6ca2d37349a4 100644 --- a/app/Config/Paths.php +++ b/app/Config/Paths.php @@ -56,10 +56,6 @@ class Paths * --------------------------------------------------------------- * * This variable must contain the name of your "tests" directory. - * The writable directory allows you to group all directories that - * need write permission to a single place that can be tucked away - * for maximum security, keeping it out of the app and/or - * system directories. */ public $testsDirectory = __DIR__ . '/../../tests';