Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Add @todo note for future update
Browse files Browse the repository at this point in the history
  • Loading branch information
Omranic committed Aug 16, 2023
1 parent 40d0293 commit 6731fce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Models/SettingTenantable.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@
class SettingTenantable extends Setting
{
use Tenantable;
// @TODO: We need to override validation rules to change the unqiue key to allow unique per tenant instead of per database!
// 'key' => 'required|max:150|unique:'.config('rinvex.settings.models.setting').',key',
}

0 comments on commit 6731fce

Please sign in to comment.