Pathros

Results 3 issues of Pathros

### Description: I have deployed a Laravel app using Laradock. This app has the feature to generate certificates in PDF and attach them to an email notification. Everything works fine...

Type: Bug
Stale

**If I use MySQL 5.7 image**: ``` lime-db_1 | 2021-06-09T13:59:14.261526Z 0 [Note] mysqld (mysqld 5.7.34) starting as process 1 ... lime-db_1 | 2021-06-09T13:59:14.263755Z 0 [Note] InnoDB: PUNCH HOLE support available...

needs-feedback

As for getting multiple settings at once, currently what is supported is ```php //multiple $user->settings()->getMultiple( [ 'some.setting_1', 'some.setting_2', ], 'default value' ); ``` However, in my case, seeting_1 is true...