fix bug where aircraft restrictions aren't respected in flight calls #170

This commit is contained in:
Nabeel Shahzad
2018-02-09 14:26:14 -06:00
parent 71189e4f2d
commit f6b2102e48
6 changed files with 135 additions and 15 deletions

View File

@@ -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