sort customers by total payments

This commit is contained in:
omair saleh
2021-10-09 12:41:37 +08:00
parent 04b1388cc2
commit b3fccad498
3 changed files with 27 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ return [
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'prefix_indexes' => true,
'strict' => true,
'strict' => false,
'engine' => null,
'options' => extension_loaded('pdo_mysql') ? array_filter([
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),