From 46175f8c642a90ae6c0cce5bf5a09c2c827d69d2 Mon Sep 17 00:00:00 2001 From: KyleKatarn Date: Wed, 18 May 2022 00:23:56 +0200 Subject: [PATCH] Add langPath() --- tests/LaravelTestAppLowest.php | 4 ++++ tests/LaravelTestAppStable.php | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/tests/LaravelTestAppLowest.php b/tests/LaravelTestAppLowest.php index e857bba..a9b7fc6 100644 --- a/tests/LaravelTestAppLowest.php +++ b/tests/LaravelTestAppLowest.php @@ -325,4 +325,8 @@ public function maintenanceMode() public function terminating($callback) { } + + public function langPath($path = '') + { + } } diff --git a/tests/LaravelTestAppStable.php b/tests/LaravelTestAppStable.php index 5db08ae..9cfa2bf 100644 --- a/tests/LaravelTestAppStable.php +++ b/tests/LaravelTestAppStable.php @@ -325,4 +325,8 @@ public function maintenanceMode() public function terminating($callback) { } + + public function langPath($path = '') + { + } }