A5sh.com - 全球挚爱极客社区
标题:
Laravel 中的 withoutGlobalScopes的使用
[打印本页]
作者:
simonzhd
时间:
2022-9-27 09:47
标题:
Laravel 中的 withoutGlobalScopes的使用
ScopeTest::withoutGlobalScope(StatusScope::class)->get(); //移除指定作用域
ScopeTest::withoutGlobalScope('status')->get(); //移除闭包定义的作用域
ScopeTest::withoutGlobalScopes()->get(); //移除所有作用域
ScopeTest::withoutGlobalScopes([oneScope::class, twoScope::class])->get(); //移除某些作用域
复制代码
欢迎光临 A5sh.com - 全球挚爱极客社区 (https://a5sh.com/)
Powered by Discuz! X3.4