EscolaLMS/API

View on GitHub
app/Models/StationaryEvent.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace App\Models;

use EscolaLms\Cart\Contracts\Productable;
use EscolaLms\Cart\Contracts\ProductableTrait;

class StationaryEvent extends \EscolaLms\StationaryEvents\Models\StationaryEvent implements Productable
{
    use ProductableTrait;
}