AppStateESS/homestead

View on GitHub
class/MealPlanRestored.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Homestead;

class MealPlanRestored extends MealPlan {
    public function __construct(){}
}