Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement DeletableEntity interface and trait #956

Closed
stopfstedt opened this issue Aug 17, 2015 · 0 comments · Fixed by #971
Closed

implement DeletableEntity interface and trait #956

stopfstedt opened this issue Aug 17, 2015 · 0 comments · Fixed by #971
Assignees

Comments

@stopfstedt
Copy link
Member

DRY

$ grep -rl ' isDeleted' src/Ilios/CoreBundle/Entity/ | sort -n
src/Ilios/CoreBundle/Entity/CourseInterface.php
src/Ilios/CoreBundle/Entity/Course.php
src/Ilios/CoreBundle/Entity/DepartmentInterface.php
src/Ilios/CoreBundle/Entity/Department.php
src/Ilios/CoreBundle/Entity/OfferingInterface.php
src/Ilios/CoreBundle/Entity/Offering.php
src/Ilios/CoreBundle/Entity/ProgramInterface.php
src/Ilios/CoreBundle/Entity/Program.php
src/Ilios/CoreBundle/Entity/ProgramYearInterface.php
src/Ilios/CoreBundle/Entity/ProgramYear.php
src/Ilios/CoreBundle/Entity/ReportInterface.php
src/Ilios/CoreBundle/Entity/Report.php
src/Ilios/CoreBundle/Entity/SchoolInterface.php
src/Ilios/CoreBundle/Entity/School.php
src/Ilios/CoreBundle/Entity/SessionInterface.php
src/Ilios/CoreBundle/Entity/Session.php

@stopfstedt stopfstedt self-assigned this Aug 17, 2015
@stopfstedt stopfstedt changed the title implement DeletetableEntity interface and trait implement DeletableEntity interface and trait Aug 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant