"Updated MainController, OrderItem model, adminheader, footer, header, and orders blade files with changes to myOrders function, datatables, and modal implementation."
This commit is contained in:
@ -8,4 +8,5 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class OrderItem extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user