File tree 1 file changed +3
-3
lines changed
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
12
12
{
13
13
// Cachet settings...
14
14
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'
17
18
Cachet is a **beautiful** and **powerful** open-source status page system.
18
19
19
20
To access the [dashboard](/dashboard), use the following credentials:
@@ -22,7 +23,6 @@ public function up(): void
22
23
23
24
Please [consider sponsoring](https://github.com/cachethq/cachet?sponsor=1) the continued development of Cachet.
24
25
ABOUT));
25
- rescue (fn () => $ this ->migrator ->add ('app.about ' ));
26
26
rescue (fn () => $ this ->migrator ->add ('app.timezone ' , 'UTC ' ));
27
27
rescue (fn () => $ this ->migrator ->add ('app.locale ' , 'en ' ));
28
28
rescue (fn () => $ this ->migrator ->add ('app.incident_days ' , 7 ));
You can’t perform that action at this time.
0 commit comments