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