Skip to content

Commit

Permalink
feat(Record, deprecated): deprecate Record class, should use `Model…
Browse files Browse the repository at this point in the history
…` instead
  • Loading branch information
twinh committed Nov 1, 2024
1 parent 6aaefe0 commit 9b55e4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Record.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* @method \Wei\Record db($table = null) Create a new record object
* @property BaseCache $cache A cache service (Optional)
* @method \Wei\TagCache tagCache($tags) Create a new cache service with tagging support (Optional)
* @deprecated use \Wei\Model instead
*/
class Record extends Base implements \ArrayAccess, \IteratorAggregate, \Countable
{
Expand Down

0 comments on commit 9b55e4c

Please sign in to comment.