File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 52
52
"vlucas/phpdotenv" : " ^5.2"
53
53
},
54
54
"require-dev" : {
55
- "mockery/mockery" : " ^1.4.2 " ,
55
+ "mockery/mockery" : " ^1.4.4 " ,
56
56
"phpunit/phpunit" : " ^9.5.8"
57
57
},
58
58
"suggest" : {
Original file line number Diff line number Diff line change @@ -791,10 +791,10 @@ public function path()
791
791
/**
792
792
* Get the base path for the application.
793
793
*
794
- * @param string|null $path
794
+ * @param string $path
795
795
* @return string
796
796
*/
797
- public function basePath ($ path = null )
797
+ public function basePath ($ path = '' )
798
798
{
799
799
if (isset ($ this ->basePath )) {
800
800
return $ this ->basePath .($ path ? '/ ' .$ path : $ path );
@@ -1015,6 +1015,7 @@ protected function registerContainerAliases()
1015
1015
\Illuminate \Contracts \Cache \Factory::class => 'cache ' ,
1016
1016
\Illuminate \Contracts \Cache \Repository::class => 'cache.store ' ,
1017
1017
\Illuminate \Contracts \Config \Repository::class => 'config ' ,
1018
+ \Illuminate \Config \Repository::class => 'config ' ,
1018
1019
\Illuminate \Container \Container::class => 'app ' ,
1019
1020
\Illuminate \Contracts \Container \Container::class => 'app ' ,
1020
1021
\Illuminate \Database \ConnectionResolverInterface::class => 'db ' ,
You can’t perform that action at this time.
0 commit comments