mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
spelling: instantiation
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
592b47bcc3
commit
cf2c1f8f81
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ namespace Friendica;
|
||||||
use Psr\Log\LoggerInterface;
|
use Psr\Log\LoggerInterface;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Factories act as an intermediary to avoid direct Entity instanciation.
|
* Factories act as an intermediary to avoid direct Entity instantiation.
|
||||||
*
|
*
|
||||||
* @see BaseModel
|
* @see BaseModel
|
||||||
* @see BaseCollection
|
* @see BaseCollection
|
||||||
|
|
Loading…
Reference in a new issue