Skip to content
Snippets Groups Projects
Commit f625b3c8 authored by Lucas García's avatar Lucas García
Browse files

feat: settings cache

parent 427059d1
No related branches found
No related tags found
1 merge request!2Git submodules
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
Subproject commit 19a63ab49456138f1131e24127020d091a01a267
Subproject commit a42bd3980028ac038ad883e909c1275472cecc59
......@@ -9,9 +9,8 @@ class Settings extends BaseSettings
public function register()
{
$url = parse_url(get_site_url());
$setting_name = $this->group_name . '_general';
$this->register_setting(
$setting_name,
'general',
[
'base_url' => [
'type' => 'string'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment