This commit is contained in:
2024-12-12 15:04:45 +03:00
parent 57c715807a
commit b00c005b09
7 changed files with 23 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace kernel\app_modules\{slug}\service;
namespace kernel\app_modules\{slug}\services;
use kernel\helpers\Debug;
use kernel\app_modules\{slug}\models\{model};