<?php

class Payment extends \Eloquent {

	protected $softDelete	 = true;
	protected $guarded		 = array();

}
