- Implemented interface BytecodeObjectInterface
into \ncc\Objects > ExecutionPointers
- Implemented interface `BytecodeObjectInterface` into `\ncc\Objects > DefinedRemoteSource` - Implemented interface `BytecodeObjectInterface` into `\ncc\Objects\Vault > Entry` - Corrected code-smell and code style issues in `\ncc\Objects\Vault\Password > AccessToken` - Corrected code-smell and code style issues in `\ncc\Objects\Vault\Password > UsernamePassword` - Extended `PasswordInterface` with `BytecodeObjectInterface` - Implemented interface `BytecodeObjectInterface` into `\ncc\Objects\SymlinkDictionary > SymlinkEntry`
This commit is contained in:
parent
8df38191c6
commit
7138913ef3
15 changed files with 378 additions and 356 deletions
|
@ -866,7 +866,7 @@
|
|||
try
|
||||
{
|
||||
$definedEntry = DefinedRemoteSource::fromArray(Functions::loadJsonFile($repo_path, Functions::FORCE_ARRAY));
|
||||
if(!$source_manager->getRemoteSource($definedEntry->Name))
|
||||
if(!$source_manager->getRemoteSource($definedEntry->name))
|
||||
$source_manager->addRemoteSource($definedEntry);
|
||||
}
|
||||
catch(Exception $e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue