Abdullah Bakhach
Abdullah Bakhach
@gepopp my bad, it turns out that my above statement is misleading ``` > Contact::withoutGlobalScope(AccountScope::class)->where('id',7)->first(); = null > AccountScope::class = "AccountScope" > use App\Models\Scopes\AccountScope > AccountScope::class = "App\Models\Scopes\AccountScope > Contact::withoutGlobalScope(AccountScope::class)->where('id',7)->first();...
yeah i second that
@geek3 hey man can you post what you got to your own repo so that i can take a look.. i'm planning on doing the same thing here