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 43
43
"php-coveralls/php-coveralls" : " ^2.7" ,
44
44
"workerman/webman" : " ^1.5||^2.0" ,
45
45
"psr/container" : " ^1.1.1" ,
46
- "illuminate/database" : " ^8.83" ,
47
- "illuminate/pagination" : " ^8.83" ,
48
- "illuminate/events" : " ^8.83" ,
49
46
"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"
51
52
}
52
53
}
Original file line number Diff line number Diff line change 10
10
11
11
namespace Casbin \WebmanPermission \Model ;
12
12
13
- use Illuminate \ Database \ Eloquent \Model ;
13
+ use support \Model ;
14
14
15
15
/**
16
16
* RuleModel Model
Original file line number Diff line number Diff line change 11
11
namespace Casbin \WebmanPermission \Model ;
12
12
13
13
use think \Model ;
14
- use think \contract \Arrayable ;
15
14
16
15
/**
17
16
* RuleModel Model
18
17
*/
19
- class RuleModel extends Model implements Arrayable
18
+ class RuleModel extends Model
20
19
{
21
20
/**
22
21
* 设置字段信息
You can’t perform that action at this time.
0 commit comments