fix formatting issues and create update migration

This commit is contained in:
Mohit Panjwani
2022-03-03 11:32:30 +05:30
parent 3f4305c7cb
commit 99f553f1c3
3 changed files with 29 additions and 1 deletions

View File

@ -53,6 +53,7 @@ function get_page_title($company_id)
}
$pageTitle = Setting::getSetting('admin_page_title');
return $pageTitle ? $pageTitle : $defaultPageTitle;
}
}