mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
missing use / namespace aliases
This commit is contained in:
parent
95a85c6cf5
commit
fc70b2213e
@ -24,7 +24,10 @@ use HTTP_WebDAV_Server;
|
||||
use egw_exception_assertion_failed;
|
||||
use egw_exception_db;
|
||||
use egw_exception_wrong_parameter;
|
||||
use egw_exception_wrong_userinput;
|
||||
use egw_exception;
|
||||
use egw_time;
|
||||
use egw_cache;
|
||||
|
||||
/**
|
||||
* Class containing static methods to use the new eGW virtual file system
|
||||
|
@ -18,6 +18,7 @@ use EGroupware\Api\Vfs;
|
||||
// explicitly import old phpgwapi classes used:
|
||||
use mime_magic;
|
||||
use egw_exception_assertion_failed;
|
||||
use schema_proc;
|
||||
|
||||
/**
|
||||
* sqlfs stream wrapper utilities: migration db-fs, fsck
|
||||
|
Loading…
Reference in New Issue
Block a user