class DatabaseUuidFailedJobProvider extends DatabaseUuidFailedJobProvider

Methods

__construct(ConnectionResolverInterface $resolver, $database, $table, ConnectionInterface $connection)

No description

Builder
getTable()

Get a new query builder instance for the table.

Details

__construct(ConnectionResolverInterface $resolver, $database, $table, ConnectionInterface $connection)

Parameters

ConnectionResolverInterface $resolver
$database
$table
ConnectionInterface $connection

Builder getTable()

Get a new query builder instance for the table.

Return Value

Builder