Skip to content

Query warning at Luna PageList #1263

@asika32764

Description

@asika32764

Using null as an array offset is deprecated, use an empty string instead. File: /xxx/windwalker/framework/packages/query/src/Concern/ReflectConcernTrait.php (line: 40)

caused by

        $selector->from(Page::class)
            ->leftJoin(
                Category::class,
                null, //<-- This
                'category.id',
                'page.category_id'
            );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions