Flight history #807

This commit is contained in:
Nabeel Shahzad
2020-09-08 09:29:46 -04:00
parent 5dcbd01c00
commit e2bcd72e39
4 changed files with 67 additions and 4 deletions

View File

@@ -6,7 +6,8 @@ use Illuminate\Validation\Validator;
use Prettus\Repository\Eloquent\BaseRepository;
/**
* @mixin \Prettus\Repository\Eloquent\BaseRepository
* @mixin Model
* @mixin BaseRepository
*/
abstract class Repository extends BaseRepository
{