File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 22
33namespace Roots \Acorn ;
44
5- use Composer \InstalledVersions ;
65use Exception ;
76use Illuminate \Contracts \Container \BindingResolutionException ;
87use Illuminate \Foundation \Application as FoundationApplication ;
@@ -58,7 +57,6 @@ public function __construct($basePath = null)
5857 $ this ->useEnvironmentPath ($ this ->environmentPath ());
5958
6059 $ this ->registerGlobalHelpers ();
61- $ this ->registerSupportHelpers ();
6260
6361 parent ::__construct ($ basePath );
6462 }
@@ -123,18 +121,6 @@ protected function registerGlobalHelpers()
123121 require_once dirname (__DIR__ , 2 ).'/Illuminate/Foundation/helpers.php ' ;
124122 }
125123
126- /**
127- * Load the support helper functions.
128- *
129- * @return void
130- */
131- protected function registerSupportHelpers ()
132- {
133- $ path = InstalledVersions::getInstallPath ('illuminate/support ' );
134-
135- require_once "{$ path }/helpers.php " ;
136- }
137-
138124 /**
139125 * Set paths that are configurable by the developer.
140126 *
You can’t perform that action at this time.
0 commit comments