Loading Core/Blogs/Delegates/TimeCreatedDelegate.php +0 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ use Minds\Core\Feeds\Scheduled\EntityTimeCreated; class TimeCreatedDelegate { /** @var Core\Feeds\Scheduled\EntityTimeCreated $entityTimeCreated */ protected $entityTimeCreated; Loading Loading @@ -46,5 +45,4 @@ class TimeCreatedDelegate $this->entityTimeCreated->validate($entity, $time_created, $time_sent); return true; } } Core/Feeds/Activity/Delegates/TimeCreatedDelegate.php +0 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ use Minds\Core\Feeds\Scheduled\EntityTimeCreated; class TimeCreatedDelegate { /** @var Core\Feeds\Scheduled\EntityTimeCreated $entityTimeCreated */ protected $entityTimeCreated; Loading Loading @@ -46,5 +45,4 @@ class TimeCreatedDelegate $this->entityTimeCreated->validate($entity, $time_created, $time_sent); return true; } } Core/Feeds/Scheduled/EntityTimeCreated.php +2 −3 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ class EntityTimeCreated */ public function __construct() { } public function validate($entity, $time_created, $time_sent) Loading Core/Feeds/Scheduled/Manager.php +1 −3 Original line number Diff line number Diff line Loading @@ -9,8 +9,7 @@ class Manager public function __construct( $repository = null ) { ) { $this->repository = $repository ?: new Repository; } Loading @@ -22,5 +21,4 @@ class Manager { return $this->repository->getScheduledCount($opts) ; } } Core/Feeds/Scheduled/Repository.php +0 −1 Original line number Diff line number Diff line Loading @@ -71,5 +71,4 @@ class Repository return $result['count'] ?? 0; } } Loading
Core/Blogs/Delegates/TimeCreatedDelegate.php +0 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ use Minds\Core\Feeds\Scheduled\EntityTimeCreated; class TimeCreatedDelegate { /** @var Core\Feeds\Scheduled\EntityTimeCreated $entityTimeCreated */ protected $entityTimeCreated; Loading Loading @@ -46,5 +45,4 @@ class TimeCreatedDelegate $this->entityTimeCreated->validate($entity, $time_created, $time_sent); return true; } }
Core/Feeds/Activity/Delegates/TimeCreatedDelegate.php +0 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ use Minds\Core\Feeds\Scheduled\EntityTimeCreated; class TimeCreatedDelegate { /** @var Core\Feeds\Scheduled\EntityTimeCreated $entityTimeCreated */ protected $entityTimeCreated; Loading Loading @@ -46,5 +45,4 @@ class TimeCreatedDelegate $this->entityTimeCreated->validate($entity, $time_created, $time_sent); return true; } }
Core/Feeds/Scheduled/EntityTimeCreated.php +2 −3 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ class EntityTimeCreated */ public function __construct() { } public function validate($entity, $time_created, $time_sent) Loading
Core/Feeds/Scheduled/Manager.php +1 −3 Original line number Diff line number Diff line Loading @@ -9,8 +9,7 @@ class Manager public function __construct( $repository = null ) { ) { $this->repository = $repository ?: new Repository; } Loading @@ -22,5 +21,4 @@ class Manager { return $this->repository->getScheduledCount($opts) ; } }
Core/Feeds/Scheduled/Repository.php +0 −1 Original line number Diff line number Diff line Loading @@ -71,5 +71,4 @@ class Repository return $result['count'] ?? 0; } }