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 2
2
3
3
namespace Roots \Acorn ;
4
4
5
- use Composer \InstalledVersions ;
6
5
use Exception ;
7
6
use Illuminate \Contracts \Container \BindingResolutionException ;
8
7
use Illuminate \Foundation \Application as FoundationApplication ;
@@ -58,7 +57,6 @@ public function __construct($basePath = null)
58
57
$ this ->useEnvironmentPath ($ this ->environmentPath ());
59
58
60
59
$ this ->registerGlobalHelpers ();
61
- $ this ->registerSupportHelpers ();
62
60
63
61
parent ::__construct ($ basePath );
64
62
}
@@ -123,18 +121,6 @@ protected function registerGlobalHelpers()
123
121
require_once dirname (__DIR__ , 2 ).'/Illuminate/Foundation/helpers.php ' ;
124
122
}
125
123
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
-
138
124
/**
139
125
* Set paths that are configurable by the developer.
140
126
*
You can’t perform that action at this time.
0 commit comments