mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 09:31:51 +01:00
Create and implement CollectionInterface as contract of all collections (e.g. based on the BaseCollection class)
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Meritoo\Common\Traits;
|
||||
|
||||
use Meritoo\Common\Traits\Collection\AddTrait;
|
||||
|
||||
Reference in New Issue
Block a user