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