Open schel4ok opened 4 years ago
Please fix documentation. It says that After add config in the panel, use config($key) to get value you configured. But in reality working code is this one config('key')
config($key)
config('key')
Please fix documentation. It says that After add config in the panel, use
config($key)
to get value you configured. But in reality working code is this oneconfig('key')