AppStateESS/homestead

View on GitHub
class/BedRestored.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Homestead;

class BedRestored extends Bed {
    public function __construct(){}
}