Cast page and limit values to integers in AdminController's filter method to prevent type-related errors. This change guarantees that these parameters are whole numbers, which is essential for consistent database pagination and filtering operations.
Cast page and limit values to integers in AdminController's filter method to prevent type-related errors. This change guarantees that these parameters are whole numbers, which is essential for consistent database pagination and filtering operations.