File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5050 * @method static \Illuminate\Database\Eloquent\Builder|\Laravelcm\Subscriptions\Models\Feature whereUpdatedAt($value)
5151 * @method static \Illuminate\Database\Eloquent\Builder|\Laravelcm\Subscriptions\Models\Feature whereValue($value)
5252 */
53- final class Feature extends Model implements Sortable
53+ class Feature extends Model implements Sortable
5454{
5555 use BelongsToPlan;
5656 use HasFactory;
Original file line number Diff line number Diff line change 6666 * @method static \Illuminate\Database\Eloquent\Builder|\Laravelcm\Subscriptions\Models\Plan whereTrialPeriod($value)
6767 * @method static \Illuminate\Database\Eloquent\Builder|\Laravelcm\Subscriptions\Models\Plan whereUpdatedAt($value)
6868 */
69- final class Plan extends Model implements Sortable
69+ class Plan extends Model implements Sortable
7070{
7171 use HasFactory;
7272 use HasSlug;
Original file line number Diff line number Diff line change 6363 * @method static \Illuminate\Database\Eloquent\Builder|\Laravelcm\Subscriptions\Models\Subscription whereSubscriberId($value)
6464 * @method static \Illuminate\Database\Eloquent\Builder|\Laravelcm\Subscriptions\Models\Subscription whereSubscriberType($value)
6565 */
66- final class Subscription extends Model
66+ class Subscription extends Model
6767{
6868 use BelongsToPlan;
6969 use HasFactory;
Original file line number Diff line number Diff line change 3636 * @method static \Illuminate\Database\Eloquent\Builder|\Laravelcm\Subscriptions\Models\SubscriptionUsage whereValidUntil($value)
3737 *
3838 */
39- final class SubscriptionUsage extends Model
39+ class SubscriptionUsage extends Model
4040{
4141 use HasFactory;
4242 use SoftDeletes;
You can’t perform that action at this time.
0 commit comments