<?php namespace App\Repositories\ProjectGroup\Interfaces; interface PaymentByArticleRepositoryInterface { public function getProjectIds($modelId, $projectGroupId); public function getArticleIds($projectIds); }