<?php namespace App\Komma\ArtisanCommands; /** * Interface HouseKeeperInterface */ interface HouseKeeperInterface { /** * Execute the console command. */ public function handle(); }