관리-도구
편집 파일: ContactRepositoryInterface.php
<?php namespace App\Contracts\Repositories; interface ContactRepositoryInterface extends RepositoryInterface { }