Skip to content

Throw Error when non-public entity property is set via proxy #930

Throw Error when non-public entity property is set via proxy

Throw Error when non-public entity property is set via proxy #930

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
push:
branches:
- '*.*'
- '*.*.*'
pull_request: null
name: MySQL
jobs:
phpunit:
uses: cycle/gh-actions/.github/workflows/db-mysql.yml@master
...