mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Remove unused method
This commit is contained in:
parent
f767cc082f
commit
bbfb6c338a
|
@ -18,11 +18,6 @@ class Settings
|
||||||
$this->update(['full_multiple_companies_support' => 1]);
|
$this->update(['full_multiple_companies_support' => 1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function disableMultipleFullCompanySupport()
|
|
||||||
{
|
|
||||||
$this->update(['full_multiple_companies_support' => 0]);
|
|
||||||
}
|
|
||||||
|
|
||||||
private function update(array $attributes)
|
private function update(array $attributes)
|
||||||
{
|
{
|
||||||
Setting::unguarded(fn() => $this->setting->update($attributes));
|
Setting::unguarded(fn() => $this->setting->update($attributes));
|
||||||
|
|
Loading…
Reference in a new issue