mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
controller refactoring part 2
This commit is contained in:
@@ -226,10 +226,8 @@ if (! function_exists('get_version')) {
|
||||
if (! function_exists('is_demo')) {
|
||||
/**
|
||||
* Check if is demo
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
function is_demo()
|
||||
function is_demo(): bool
|
||||
{
|
||||
return config('vuefilemanager.is_demo');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user