This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
skillparts/mirzaev/skillparts/system/models/SupplyEdgeProduct.php

12 lines
165 B
PHP

<?php
namespace app\models;
class SupplyEdgeProduct extends Edge
{
public static function collectionName()
{
return 'supply_edge_product';
}
}