diff --git a/app/Models/Group.php b/app/Models/Group.php index 48dafe1cec6d..1003e0d03f6c 100755 --- a/app/Models/Group.php +++ b/app/Models/Group.php @@ -7,7 +7,7 @@ class Group extends SnipeModel { - protected $table = 'permission_groups'; + protected $table = 'groups'; public $rules = array( 'name' => 'required|min:3|max:255', diff --git a/database/migrations/2019_06_12_184327_rename_groups_table.php b/database/migrations/2019_06_12_184327_rename_groups_table.php deleted file mode 100644 index 011570579faf..000000000000 --- a/database/migrations/2019_06_12_184327_rename_groups_table.php +++ /dev/null @@ -1,28 +0,0 @@ -