mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 09:34:26 +02:00
Replace BaseObject class with DI::* calls
This commit is contained in:
parent
1de3f186d7
commit
388b963714
98 changed files with 321 additions and 440 deletions
|
@ -6,7 +6,6 @@
|
|||
*/
|
||||
namespace Friendica\Model;
|
||||
|
||||
use Friendica\BaseObject;
|
||||
use Friendica\Core\Cache;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Core\L10n;
|
||||
|
@ -29,7 +28,7 @@ require_once "include/dba.php";
|
|||
/**
|
||||
* Class to handle photo dabatase table
|
||||
*/
|
||||
class Photo extends BaseObject
|
||||
class Photo
|
||||
{
|
||||
/**
|
||||
* @brief Select rows from the photo table and returns them as array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue