mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
php unit fixes
This commit is contained in:
@@ -254,7 +254,7 @@ if (! function_exists('get_item')) {
|
||||
*/
|
||||
function get_item(string $type, string $id): Folder|File
|
||||
{
|
||||
$model = $type === 'Folder'
|
||||
$model = $type === 'folder'
|
||||
? 'folder'
|
||||
: 'file';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user