This commit is contained in:
2024-02-06 00:09:08 +03:00
parent eb1abd41e5
commit 1a8b415062
3 changed files with 3 additions and 2 deletions

View File

@ -73,7 +73,7 @@ class SqlController extends Controller
public function actionCreateProfile()
{
if ($profile = User::createSimpleProfile($this->email, 17)) {
if ($profile = User::createSimpleProfile($this->email, 18)) {
echo "Профиль $profile->id успешно создан\n";
return;
}