MightyDelivery - On Demand Local Delivery System Flutter App | Courier Company | Courier App 20.0

No permission to download
thanks to dear member @anne51 updated MightyDelivery - On Demand Local Delivery System Flutter App | Courier Company | Courier App with a new update entry:

26 jul 2024


Read the rest of this update entry...
 
Tested :

touch issue :
PHP:
Deprecated :  Required parameter $collection_name follows optional parameter $model in /app/Helpers/helper.php on line 158

you need to change
app/Helpers/helper.php
about 158 line from
PHP:
function getSingleMediaSettingImage($model = null, $collection_name, $check_collection_type = null)
{
to
PHP:
function getSingleMediaSettingImage( $collection_name, $check_collection_type = null)
{