Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

forgetting or deleting a setting from database is not working #180

Open
josiahke opened this issue May 12, 2023 · 1 comment
Open

forgetting or deleting a setting from database is not working #180

josiahke opened this issue May 12, 2023 · 1 comment

Comments

@josiahke
Copy link

current setup

environment
"laravel/framework": "^9.0",
"anlutro/l4-settings": "^1.3"

configs
"store" => "database"

when I try to delete or forget

$s = Setting::forget($setting);
$s = setting()->forget($setting);

none of these lines are removing the settings

@thaifanisalla
Copy link

same issue with update when I did some change for some keys
i saw the old values

this happen when I update more then one row with array params

environment
"laravel/framework": "^8.0",
"anlutro/l4-settings": "^1.0"

configs
"store" => "database"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants