[various] Move PConfig to DI::pConfig() #946

Merged
nupplaphil merged 5 commits from task/di_pconfig into develop 2020-01-18 19:58:41 +01:00
nupplaphil commented 2020-01-18 16:07:01 +01:00 (Migrated from github.com)
  • Move PConfig::load() to DI::pConfig()->load()
  • Move PConfig::get() to DI::pConfig()->get()
  • Move PConfig::set() to DI::pConfig()->set()
  • Move PConfig::delete() to DI::pConfig()->delete()
  • Remove unused use statements & remove PConfig class

Part of https://github.com/friendica/friendica/pull/8130

- Move `PConfig::load()` to `DI::pConfig()->load()` - Move `PConfig::get()` to `DI::pConfig()->get()` - Move `PConfig::set()` to `DI::pConfig()->set()` - Move `PConfig::delete()` to `DI::pConfig()->delete()` - Remove unused `use` statements & remove `PConfig` class Part of https://github.com/friendica/friendica/pull/8130
tobiasd (Migrated from github.com) reviewed 2020-01-18 16:59:59 +01:00
MrPetovan commented 2020-01-18 17:08:15 +01:00 (Migrated from github.com)

Are you sure there aren’t any more uses of PConfig?

Are you **sure** there aren’t any more uses of `PConfig`?
MrPetovan (Migrated from github.com) approved these changes 2020-01-18 19:58:07 +01:00
MrPetovan (Migrated from github.com) reviewed 2020-01-18 19:58:33 +01:00
Sign in to join this conversation.
No description provided.