This commit is contained in:
Kavalar 2025-01-24 11:56:29 +03:00
parent 11c99be0f6
commit 6a7cde15e9
2 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "Photo", "name": "Photo",
"version": "0.1", "version": "0.2",
"author": "ITGuild", "author": "ITGuild",
"slug": "photo", "slug": "photo",
"type": "additional_property", "type": "additional_property",

View File

@ -0,0 +1,10 @@
<?php
namespace kernel\services;
class Dependencies
{
}