Commit ae2fb80 1 parent 42c7b91 commit ae2fb80 Copy full SHA for ae2fb80
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,9 @@ public function up(): void
39
39
$ this ->migrator ->add ($ group . '.links_new_tab ' , $ defaults ['links_new_tab ' ]);
40
40
$ this ->migrator ->add ($ group . '.markdown_for_text ' , $ defaults ['markdown_for_text ' ]);
41
41
42
- $ this ->migrator ->add ($ group . '.share_email ' , $ defaults ['share_services ' ]);
42
+ $ this ->migrator ->add ($ group . '.share_bluesky ' , $ defaults ['share_services ' ]);
43
43
$ this ->migrator ->add ($ group . '.share_buffer ' , $ defaults ['share_services ' ]);
44
+ $ this ->migrator ->add ($ group . '.share_email ' , $ defaults ['share_services ' ]);
44
45
$ this ->migrator ->add ($ group . '.share_evernote ' , $ defaults ['share_services ' ]);
45
46
$ this ->migrator ->add ($ group . '.share_facebook ' , $ defaults ['share_services ' ]);
46
47
$ this ->migrator ->add ($ group . '.share_flipboard ' , $ defaults ['share_services ' ]);
You can’t perform that action at this time.
0 commit comments