1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-16 01:44:03 +00:00
tenancy/src/Database/Models
Guilherme Saade d4a99011e6
[3.x] L10 compatibility (#1065)
* Bump dependencies for Laravel 10

* Update GitHub Actions for Laravel 10

* ci: do not test L10 using PHP 7.3

* drop < L9 support

* use `dispatch_sync` instead of `dispatch_now`

* migrate phpunit configuration

* Update ci.yml

* drop laravel < 9 support

* misc L10 fixes, new docker image

* specify odbc version

* wip

* properly list php versions as strings

* minor changes

* Add `getValue($queryGrammar)` to raw query

* Clean up `isVersion8` code

* rewrite hasFailed assertion

* phpunit schema update

* Upgrade `doctrine/dbal`

---------

Co-authored-by: Samuel Štancl <samuel@archte.ch>
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
Co-authored-by: lukinovec <lukinovec@gmail.com>
2023-02-16 17:21:06 +01:00
..
Domain.php Convert domains to lowercase, persist current domain model on resolver 2020-06-28 11:45:08 +02:00
ImpersonationToken.php [3.x] L10 compatibility (#1065) 2023-02-16 17:21:06 +01:00
Tenant.php Don't prevent accessing missing Tenant attributes. (#1045) 2023-02-01 06:24:53 +01:00
TenantPivot.php Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00