We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So the idea would be to have:
class Post { use Culpa\CreatedBy; use Culpa\UpdatedBy; }
Which would auto-register the hooks and methods for createdBy and updatedBy, rather than having them available anyway.
createdBy
updatedBy
The text was updated successfully, but these errors were encountered:
743d34b
rmasters
No branches or pull requests
So the idea would be to have:
Which would auto-register the hooks and methods for
createdBy
andupdatedBy
, rather than having them available anyway.The text was updated successfully, but these errors were encountered: