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