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