Page MenuHomePhorge

BelongsToTenantTrait
ClosedPublic

Authored by mollekopf on Aug 24 2021, 9:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 12, 10:02 AM
Unknown Object (File)
Thu, Mar 7, 12:52 AM
Unknown Object (File)
Feb 25 2024, 10:05 PM
Unknown Object (File)
Feb 25 2024, 4:06 PM
Unknown Object (File)
Feb 25 2024, 9:54 AM
Unknown Object (File)
Feb 22 2024, 7:31 PM
Unknown Object (File)
Feb 5 2024, 5:44 AM
Unknown Object (File)
Jan 24 2024, 2:15 PM
Subscribers

Details

Reviewers
machniak
Group Reviewers
Restricted Project
Commits
rK098289d3f9b1: BelongsToTenantTrait

Diff Detail

Repository
rK kolab
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 36370
Build 14386: arc lint + arc unit

Event Timeline

mollekopf created this revision.
mollekopf added a reviewer: Restricted Project.Aug 24 2021, 9:08 AM
machniak subscribed.
machniak added inline comments.
src/app/BelongsToTentantTrait.php
4

It should be app/Traits/BelongsToTentantTrait.php

11

I'm pretty sure this is not going to fly if there are two traits with boot() method, i.e. the uuid trait. Am I wrong?

This revision now requires changes to proceed.Aug 25 2021, 12:56 PM

Use the trait boot method so we can have multiple traits with boot methods

This revision is now accepted and ready to land.Aug 27 2021, 9:00 AM
This revision was automatically updated to reflect the committed changes.