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.
|
<?php
|
|
|
|
namespace app\models;
|
|
|
|
class SupplyEdgeProduct extends Edge
|
|
{
|
|
public static function collectionName()
|
|
{
|
|
return 'supply_edge_product';
|
|
}
|
|
}
|