Replace split attachment code with PostMedia objects
This commit is contained in:
@@ -731,4 +731,9 @@ abstract class DI
|
||||
{
|
||||
return self::$dice->create(Util\Emailer::class);
|
||||
}
|
||||
|
||||
public static function postMediaRepository(): Content\Post\Repository\PostMedia
|
||||
{
|
||||
return self::$dice->create(Content\Post\Repository\PostMedia::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user