Skip to content

Commit ae62c19

Browse files
committed
remove global and draft
1 parent f6a0b97 commit ae62c19

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/core/config/core.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -495,21 +495,19 @@
495495
|--------------------------------------------------------------------------
496496
|
497497
| Scopes stay plain strings in the database using the format
498-
| "origin:target:context:mode". The registry maps origin and target
498+
| "origin:source:context:mode". The registry maps origin and target
499499
| segments to model classes inside the codebase.
500500
|
501501
*/
502502
'scopes' => [
503503
'origins' => [
504504
'media' => Media::class,
505-
'draft' => Draft::class,
506505
'category' => Category::class,
507506
'tag' => Tag::class,
508507
'record' => Record::class,
509508
],
510509
'sources' => [
511510
'draft' => Draft::class,
512-
'global' => null,
513511
],
514512
],
515513

0 commit comments

Comments
 (0)