ozimos/LMS_Music

View on GitHub
app/Contracts/Repositories/PlaylistRepository.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace App\Contracts\Repositories;

use Prettus\Repository\Contracts\RepositoryInterface;

/**
 * Interface PlaylistRepository.
 */
interface PlaylistRepository extends RepositoryInterface
{
    //
}