mirror of
https://github.com/friendica/friendica
synced 2025-05-06 15:04:10 +02:00
make the DI abstract so no instance is possible
This commit is contained in:
parent
987b29d963
commit
2cb449a0d5
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ use Psr\Log\LoggerInterface;
|
||||||
* @method static LoggerInterface workerLogger()
|
* @method static LoggerInterface workerLogger()
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
class DI
|
abstract class DI
|
||||||
{
|
{
|
||||||
const CLASS_MAPPING = [
|
const CLASS_MAPPING = [
|
||||||
'app' => App::class,
|
'app' => App::class,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue