File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4343 "php-coveralls/php-coveralls" : " ^2.7" ,
4444 "workerman/webman" : " ^1.5||^2.0" ,
4545 "psr/container" : " ^1.1.1" ,
46- "illuminate/database" : " ^8.83" ,
47- "illuminate/pagination" : " ^8.83" ,
48- "illuminate/events" : " ^8.83" ,
4946 "webman/think-orm" : " ^1.0" ,
50- "phpunit/phpunit" : " ^10.5"
47+ "phpunit/phpunit" : " ^10.5" ,
48+ "webman/database" : " ^2.1" ,
49+ "illuminate/pagination" : " ^12.20" ,
50+ "illuminate/events" : " ^12.20" ,
51+ "symfony/var-dumper" : " ^7.3"
5152 }
5253}
Original file line number Diff line number Diff line change 1010
1111namespace Casbin \WebmanPermission \Model ;
1212
13- use Illuminate \ Database \ Eloquent \Model ;
13+ use support \Model ;
1414
1515/**
1616 * RuleModel Model
Original file line number Diff line number Diff line change 1111namespace Casbin \WebmanPermission \Model ;
1212
1313use think \Model ;
14- use think \contract \Arrayable ;
1514
1615/**
1716 * RuleModel Model
1817 */
19- class RuleModel extends Model implements Arrayable
18+ class RuleModel extends Model
2019{
2120 /**
2221 * 设置字段信息
You can’t perform that action at this time.
0 commit comments