Page MenuHomePhorge

BelongsToTenantTrait
ClosedPublic

Authored by mollekopf on Aug 24 2021, 9:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 3, 8:00 PM
Unknown Object (File)
Tue, Dec 24, 5:36 PM
Unknown Object (File)
Thu, Dec 19, 7:35 PM
Unknown Object (File)
Nov 30 2024, 4:02 AM
Unknown Object (File)
Nov 24 2024, 7:54 PM
Unknown Object (File)
Nov 18 2024, 10:43 AM
Unknown Object (File)
Nov 10 2024, 7:10 PM
Unknown Object (File)
Nov 10 2024, 5:58 PM
Subscribers

Details

Reviewers
machniak
Group Reviewers
Restricted Project
Commits
rK098289d3f9b1: BelongsToTenantTrait

Diff Detail

Repository
rK kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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 โ†—(On Diff #8050)

It should be app/Traits/BelongsToTentantTrait.php

10 โ†—(On Diff #8050)

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.