Page MenuHomePhorge

BelongsToTenantTrait
ClosedPublic

Authored by mollekopf on Aug 24 2021, 9:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 18, 12:30 PM
Unknown Object (File)
Tue, Apr 16, 10:12 PM
Unknown Object (File)
Tue, Apr 16, 9:09 AM
Unknown Object (File)
Fri, Apr 12, 8:12 PM
Unknown Object (File)
Mar 12 2024, 10:02 AM
Unknown Object (File)
Mar 7 2024, 12:52 AM
Unknown Object (File)
Feb 25 2024, 10:05 PM
Unknown Object (File)
Feb 25 2024, 4:06 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 36379
Build 14395: 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
3

It should be app/Traits/BelongsToTentantTrait.php

10

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.