Commit 164e65cf authored by Jens Segers's avatar Jens Segers

This can be deleted because of the new trait

parent 5cfe81e2
......@@ -146,16 +146,6 @@ abstract class Model extends \Jenssegers\Eloquent\Model {
return new MongoDate;
}
/**
* Get the fully qualified "deleted at" column.
*
* @return string
*/
public function getQualifiedDeletedAtColumn()
{
return $this->getDeletedAtColumn();
}
/**
* Get the table associated with the model.
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment