HeaderLimits.php 170 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 <?php namespace App\Service\Contract; interface HeaderLimits{ function getDayLimit(): int; function getCurrentLimit(): int; function getSpentLimit(): int; }