We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a0b97 commit ae62c19Copy full SHA for ae62c19
1 file changed
packages/core/config/core.php
@@ -495,21 +495,19 @@
495
|--------------------------------------------------------------------------
496
|
497
| Scopes stay plain strings in the database using the format
498
- | "origin:target:context:mode". The registry maps origin and target
+ | "origin:source:context:mode". The registry maps origin and target
499
| segments to model classes inside the codebase.
500
501
*/
502
'scopes' => [
503
'origins' => [
504
'media' => Media::class,
505
- 'draft' => Draft::class,
506
'category' => Category::class,
507
'tag' => Tag::class,
508
'record' => Record::class,
509
],
510
'sources' => [
511
'draft' => Draft::class,
512
- 'global' => null,
513
514
515
0 commit comments