Skip to content

Commit de4b7c0

Browse files
committed
fix: coding style
1 parent 77fb67d commit de4b7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ function single_service(string $name, ...$params)
10131013
*/
10141014
function slash_item(string $item): ?string
10151015
{
1016-
$config = config(App::class);
1016+
$config = config(App::class);
10171017

10181018
if (property_exists($config, $item)) {
10191019
$configItem = $config->{$item};

0 commit comments

Comments
 (0)