WIP - Order steps & remaining APIs

This commit is contained in:
Fairuz
2021-07-24 00:11:59 +08:00
parent 4eaf1917fa
commit 1281990b08
10 changed files with 61 additions and 81 deletions
+1 -1
View File
@@ -8,5 +8,5 @@ class PackingList extends AbstractModel
{
use SoftDeletes;
protected $table = 'package_lists';
protected $table = 'packing_lists';
}