add admin_document_title

This commit is contained in:
radhika587
2022-02-18 12:21:13 +05:30
parent 2383e89daa
commit 0578122fc3
5 changed files with 30 additions and 2 deletions

View File

@ -93,6 +93,18 @@ function get_login_page_description()
}
}
/**
* Get admin document title
*
* @param $company_id
* @return string
*/
function get_admin_document_title()
{
if (\Storage::disk('local')->has('database_created')) {
return Setting::getSetting('admin_document_title');
}
}
/**
* Set Active Path