Skip to content

Commit

Permalink
update name table
Browse files Browse the repository at this point in the history
  • Loading branch information
railken committed Mar 6, 2020
1 parent dbeb0ad commit e11a282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/amethyst.setting.data.setting.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
'table' => 'amethyst_settings',
'table' => 'setting',
'comment' => 'Setting',
'model' => Amethyst\Models\Setting::class,
'schema' => Amethyst\Schemas\SettingSchema::class,
Expand Down

0 comments on commit e11a282

Please sign in to comment.