Skip to content

Commit 164e65c

Browse files
committed
This can be deleted because of the new trait
1 parent 5cfe81e commit 164e65c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Jenssegers/Mongodb/Model.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -146,16 +146,6 @@ public function freshTimestamp()
146146
return new MongoDate;
147147
}
148148

149-
/**
150-
* Get the fully qualified "deleted at" column.
151-
*
152-
* @return string
153-
*/
154-
public function getQualifiedDeletedAtColumn()
155-
{
156-
return $this->getDeletedAtColumn();
157-
}
158-
159149
/**
160150
* Get the table associated with the model.
161151
*

0 commit comments

Comments
 (0)