<?php namespace ArielMejiaDev\LarapexCharts\Contracts; interface MustAddSimpleData { public function addData(array $data); }