Skip to content

Commit

Permalink
Update multisite.md (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
martink635 authored Sep 25, 2023
1 parent 8f16b85 commit a9a73f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/kb-articles/multisite.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ However, there is an easy way to scope the model results you get to only those r

use Statamic\Facades\Site;

public function scopeRunway($query)
public function scopeRunwayListing($query)
{
$query->where('site', Site::selected()->handle());
}
Expand Down

0 comments on commit a9a73f5

Please sign in to comment.