Synchro back-office, fix on tariffs

This commit is contained in:
Ludovic CANDELLIER
2021-10-26 21:41:46 +02:00
parent 48d89d338c
commit 4ec0558cd8
45 changed files with 1095 additions and 406 deletions

View File

@@ -4,9 +4,10 @@ namespace App\Models\Shop;
use Illuminate\Database\Eloquent\Model;
use BeyondCode\Comments\Traits\HasComments;
use Znck\Eloquent\Traits\BelongsToThrough;
use App\Traits\HasComments;
class PriceList extends Model
{
use BelongsToThrough, HasComments;