anlutro / laravel-settings

Persistent settings in Laravel
MIT License
940 stars 112 forks source link

set empty array will throw Exception #160

Open miaotiao opened 2 years ago

miaotiao commented 2 years ago

run:setting(['financial' => [] ])->save();

result:throw ErrorException: Array to string conversion in file

I think if set key a empty array ,dont save this key will better ?