<?php namespace App\Komma\Kms\Core\HouseKeeping; interface CanDoHousekeepingInterface { public static function doHouseKeeping(); }