From ed19c6ad15af4034f3b148730a0acd015c888322 Mon Sep 17 00:00:00 2001 From: Gonzalo De Spirito Date: Tue, 17 Feb 2015 21:31:21 -0300 Subject: [PATCH] Add functions to the Application contract Add environmentFile & detectEnvironment functions. Because it's used in Illuminate\Foundation\Bootstrap\DetectEnvironment Class. -- Now pull request is on master branch. Sorry for that ;) --- .../Contracts/Foundation/Application.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/Illuminate/Contracts/Foundation/Application.php b/src/Illuminate/Contracts/Foundation/Application.php index 8f21c1c0e7e5..054fcc18d9c2 100644 --- a/src/Illuminate/Contracts/Foundation/Application.php +++ b/src/Illuminate/Contracts/Foundation/Application.php @@ -1,5 +1,6 @@