Skip to content

Commit 49ccbae

Browse files
authoredMar 19, 2025··
Merge pull request #73 from viktorlett/bugfix/get-table-name-from-config
[Bugfix] Get table name from config - ticket table
2 parents f25b8e7 + 7ac5045 commit 49ccbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Models/Ticket.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function labels(): BelongsToMany
104104
public function getTable()
105105
{
106106
return config(
107-
'laravel_ticket.models.tickets',
107+
'laravel_ticket.table_names.tickets',
108108
parent::getTable()
109109
);
110110
}

0 commit comments

Comments
 (0)
Please sign in to comment.