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

Add methods interfaces #67

Merged
merged 4 commits into from
Mar 20, 2021
Merged

Conversation

wolfrednicolas
Copy link
Contributor

No description provided.

use Tipoff\Support\Models\BaseModel;
use Tipoff\Support\Traits\HasCreator;
use Tipoff\Support\Traits\HasPackageFactory;
use Tipoff\Support\Traits\HasUpdater;

class EscaperoomRate extends BaseModel
class EscaperoomRate extends BaseModel /*implements BookingRateInterface*/
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@drewroberts @sl0wik I have to do this here, because this class has no relation to satisfy neither category nor getCategory methods..

@drewroberts drewroberts requested a review from sl0wik March 20, 2021 15:11
Copy link
Member

@drewroberts drewroberts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! 🔨

@drewroberts drewroberts merged commit e642e67 into main Mar 20, 2021
@drewroberts drewroberts deleted the wolfrednicolas/feature/add-methods branch March 20, 2021 15:12
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 this pull request may close these issues.

None yet

2 participants