Skip to content

Unknown named parameter $table in Table attributes #488

@masterbater

Description

@masterbater

https://api.laravel.com/docs/13.x/Illuminate/Database/Eloquent/Attributes/Table.html

#[Table(table: 'users')]

public function __construct(
    ?string $name = null,
    ?string $key = null,
    ?string $keyType = null,
    ?bool $incrementing = null,
    ?bool $timestamps = null,
    ?string $dateFormat = null
) { }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions