mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
type fix
This commit is contained in:
@@ -33,11 +33,11 @@ use Espo\Core\Utils\Module;
|
||||
|
||||
class PathProvider
|
||||
{
|
||||
private $corePath = 'application/Espo/';
|
||||
private string $corePath = 'application/Espo/';
|
||||
|
||||
private $customPath = 'custom/Espo/Custom/';
|
||||
private string $customPath = 'custom/Espo/Custom/';
|
||||
|
||||
private $module;
|
||||
private Module $module;
|
||||
|
||||
public function __construct(Module $module)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user