Skip to content

Commit 7df8bbb

Browse files
committed
config
1 parent 3c14653 commit 7df8bbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/groupable.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'group' => [
1111
'key' => [
1212
'has' => true,
13-
'type' => Yuges\Package\Enums\KeyType::BigInteger
13+
'type' => Yuges\Package\Enums\KeyType::BigInteger,
1414
],
1515
'table' => 'groups',
1616
'class' => Yuges\Groupable\Models\Group::class,
@@ -20,7 +20,7 @@
2020
'table' => 'groupables',
2121
'key' => [
2222
'has' => false,
23-
'type' => Yuges\Package\Enums\KeyType::BigInteger
23+
'type' => Yuges\Package\Enums\KeyType::BigInteger,
2424
],
2525
'class' => Yuges\Groupable\Models\Groupable::class,
2626
'allowed' => [
@@ -36,7 +36,7 @@
3636
'grouperator' => [
3737
'key' => [
3838
'has' => true,
39-
'type' => Yuges\Package\Enums\KeyType::BigInteger
39+
'type' => Yuges\Package\Enums\KeyType::BigInteger,
4040
],
4141
'default' => [
4242
'class' => \App\Models\User::class,

0 commit comments

Comments
 (0)