Example #1
0
 public function remove(Building $building)
 {
     $building->delete();
 }