Skip to content

feat: add UserModel::createNewUser() and RegisterController uses it #1899

feat: add UserModel::createNewUser() and RegisterController uses it

feat: add UserModel::createNewUser() and RegisterController uses it #1899

Workflow file for this run

name: Psalm
on:
pull_request:
branches:
- develop
paths:
- '**.php'
- 'composer.*'
- 'psalm*'
- '.github/workflows/psalm.yml'
push:
branches:
- develop
paths:
- '**.php'
- 'composer.*'
- 'psalm*'
- '.github/workflows/psalm.yml'
jobs:
psalm:
uses: codeigniter4/.github/.github/workflows/psalm.yml@main