Create journal when new airline is created #667 (#670)

This commit is contained in:
Nabeel S
2020-04-26 10:31:58 -04:00
committed by GitHub
parent 866d95c945
commit 03cfc648b0
6 changed files with 33 additions and 7 deletions

View File

@@ -5,6 +5,9 @@ namespace App\Contracts;
use Illuminate\Validation\Validator;
use Prettus\Repository\Eloquent\BaseRepository;
/**
* @mixin \Prettus\Repository\Eloquent\BaseRepository
*/
abstract class Repository extends BaseRepository
{
/**