Skip to content

Commit 84f7b9c

Browse files
authored
[8.x] Fix typo in resources.md (#674)
1 parent ef19d6e commit 84f7b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ class YourModel extends Model
264264
public function scopeRunway($query)
265265
{
266266
// Disables ALL global scopes
267-
return $query->->withoutGlobalScopes();
267+
return $query->withoutGlobalScopes();
268268
269269
// Disables a specific global scope
270270
return $query->withoutGlobalScope([ActiveScope::class]);

0 commit comments

Comments
 (0)