Skip to content

Commit 7dff61c

Browse files
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.
1 parent 8ed382e commit 7dff61c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

database/seeders/ButtonSeeder.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ public function run()
150150
'name' => 'tumblr'
151151
],
152152

153+
[
154+
'name' => 'trello'
155+
],
156+
153157
[
154158
'name' => 'twitch'
155159
],

0 commit comments

Comments
 (0)