8 lines
72 B
PHP
8 lines
72 B
PHP
<?php
|
|
|
|
namespace App\Service\ServiceTrait\Common;
|
|
|
|
trait StockTrait
|
|
{
|
|
|
|
} |