File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ public function up(): void
1212 {
1313 // Cachet settings...
1414 rescue (fn () => $ this ->migrator ->add ('app.install_id ' , Str::random (40 )));
15- rescue (fn () => $ this ->migrator ->add ('app.name ' , 'Cachet V3 ' ));
16- rescue (fn () => $ this ->migrator ->add ('app.domain ' , <<<'ABOUT'
15+ rescue (fn () => $ this ->migrator ->add ('app.name ' , 'Cachet ' ));
16+ rescue (fn () => $ this ->migrator ->add ('app.domain ' ));
17+ rescue (fn () => $ this ->migrator ->add ('app.about ' , <<<'ABOUT'
1718 Cachet is a **beautiful** and **powerful** open-source status page system.
1819
1920 To access the [dashboard](/dashboard), use the following credentials:
@@ -22,7 +23,6 @@ public function up(): void
2223
2324 Please [consider sponsoring](https://github.com/cachethq/cachet?sponsor=1) the continued development of Cachet.
2425 ABOUT));
25- rescue (fn () => $ this ->migrator ->add ('app.about ' ));
2626 rescue (fn () => $ this ->migrator ->add ('app.timezone ' , 'UTC ' ));
2727 rescue (fn () => $ this ->migrator ->add ('app.locale ' , 'en ' ));
2828 rescue (fn () => $ this ->migrator ->add ('app.incident_days ' , 7 ));
You can’t perform that action at this time.
0 commit comments