Added button "Trello"

Added button "Trello" to database seeder.

This is required for buttons to show up in the kinks/buttons list on the Admin Panel. 
All buttons added here will be added by the built-in updater.
This commit is contained in:
Julian Prieber 2022-07-28 19:19:14 +02:00 committed by GitHub
parent 8ed382e371
commit 7dff61cc84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,6 +150,10 @@ class ButtonSeeder extends Seeder
'name' => 'tumblr' 'name' => 'tumblr'
], ],
[
'name' => 'trello'
],
[ [
'name' => 'twitch' 'name' => 'twitch'
], ],