We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c18f22 commit 73b1aa5Copy full SHA for 73b1aa5
app/Providers/AppServiceProvider.php
@@ -38,7 +38,7 @@ public function boot(): void
38
define('SOLDER_STREAM', 'rolling');
39
}
40
if (! defined('SOLDER_VERSION')) {
41
- define('SOLDER_VERSION', '0.12.6');
+ define('SOLDER_VERSION', '0.12.7');
42
43
44
View::composer('layouts.master', function ($view) {
0 commit comments