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

@@ -7,6 +7,9 @@ use App\Models\Airline;
use Prettus\Repository\Contracts\CacheableInterface;
use Prettus\Repository\Traits\CacheableRepository;
/**
* @mixin \App\Models\Airline
*/
class AirlineRepository extends Repository implements CacheableInterface
{
use CacheableRepository;