Skip to content
Snippets Groups Projects
Commit 8dfdaf32 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

fix(platforms): add missing tiktok to social platforms seed

parent f1fe1b47
No related branches found
No related tags found
No related merge requests found
Pipeline #14135 passed
Pipeline: Castopod

#14137

    ......@@ -585,6 +585,13 @@ class PlatformSeeder extends Seeder
    'home_url' => 'https://slack.com/',
    'submit_url' => 'https://slack.com/get-started#/create',
    ],
    [
    'slug' => 'tiktok',
    'type' => 'social',
    'label' => 'Tiktok',
    'home_url' => 'https://www.tiktok.com/',
    'submit_url' => 'https://www.tiktok.com/signup',
    ],
    [
    'slug' => 'twitch',
    'type' => 'social',
    ......@@ -592,13 +599,6 @@ class PlatformSeeder extends Seeder
    'home_url' => 'https://www.twitch.tv/',
    'submit_url' => 'https://www.twitch.tv/signup',
    ],
    [
    'slug' => 'x',
    'type' => 'social',
    'label' => 'X',
    'home_url' => 'https://x.com/',
    'submit_url' => 'https://x.com/i/flow/signup',
    ],
    [
    'slug' => 'writefreely',
    'type' => 'social',
    ......@@ -613,6 +613,13 @@ class PlatformSeeder extends Seeder
    'home_url' => 'https://www.youtube.com/',
    'submit_url' => 'https://creatoracademy.youtube.com/page/home',
    ],
    [
    'slug' => 'x',
    'type' => 'social',
    'label' => 'X',
    'home_url' => 'https://x.com/',
    'submit_url' => 'https://x.com/i/flow/signup',
    ],
    ];
    $data = array_merge($podcastingData, $fundingData, $socialData);
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment