<?php namespace Komma\KMS\Core\HouseKeeping; /** * Interface HouseKeeperInterface * * @package App\Console\Commands */ interface HouseKeeperInterface { /** * Execute the console command. */ public function handle(); }