fix bug where aircraft restrictions aren't respected in flight calls #170
This commit is contained in:
@@ -67,6 +67,14 @@ class SettingRepository extends BaseRepository implements CacheableInterface
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @alias store($key,$value)
|
||||
*/
|
||||
public function save($key, $value)
|
||||
{
|
||||
return $this->store($key, $value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Update an existing setting with a new value. Doesn't create
|
||||
* a new setting
|
||||
|
||||
Reference in New Issue
Block a user