develop
<?php namespace App\Contracts\Repositories; use Prettus\Repository\Contracts\RepositoryInterface; /** * Interface SongRepository. */ interface SongRepository extends RepositoryInterface { // }