You are here

public function KanbanStatisticService::__construct in Content Planner 8

Constructs a new NewsService object.

File

modules/content_kanban/src/KanbanStatisticService.php, line 23

Class

KanbanStatisticService
Class KanbanStatisticService.

Namespace

Drupal\content_kanban

Code

public function __construct(Connection $database) {
  $this->database = $database;
}