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