mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Various bugfixes and code clean up.
This commit is contained in:
@@ -28,8 +28,11 @@ use Illuminate\Support\Facades\Facade;
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
* Class FireflyConfig.
|
||||
* @method ?Configuration get($name, $default = null)
|
||||
* @method null|Configuration get($name, $default = null)
|
||||
* @method Configuration set(string $name, $value)
|
||||
* @method delete(string $name)
|
||||
* @method Configuration|null getFresh(string $name, $default = null)
|
||||
* @method Configuration put(string $name, $value)
|
||||
*/
|
||||
class FireflyConfig extends Facade
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user