Skip to content

Commit 4a3c7eb

Browse files
committed
Merge branch 'master' of github.com:syntaxerrors/LaravelBase
2 parents 2a327ab + 37e4382 commit 4a3c7eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/config/packages/syntax/core/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*/
2323

2424
'siteName' => 'YOUR_SITE',
25-
'siteIcon' => null,
25+
'siteIcon' => 'YOUR_ICON',
2626

2727
/*
2828
|--------------------------------------------------------------------------
@@ -88,4 +88,4 @@
8888
'nonCoreAliases' => array(
8989
),
9090

91-
);
91+
);

0 commit comments

Comments
 (0)