Set some more methods as final in interfaces

This commit is contained in:
Nabeel Shahzad
2018-03-19 21:01:32 -05:00
parent ccf56ddec1
commit 273ccc648d
6 changed files with 31 additions and 12 deletions

View File

@@ -4,6 +4,10 @@ namespace App\Interfaces;
use Illuminate\Validation\Validator;
/**
* Class Repository
* @package App\Interfaces
*/
abstract class Repository extends \Prettus\Repository\Eloquent\BaseRepository
{
/**