Synchro back-office, fix on tariffs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user