Cleanup Utils #467 (#547)

* Remove Utils Facade
This commit is contained in:
Nabeel S
2020-02-11 12:32:41 -05:00
committed by GitHub
parent be6c164f03
commit b36a3009dd
27 changed files with 281 additions and 289 deletions

View File

@@ -8,8 +8,8 @@ php:
# - '7.3'
- '7.4'
env:
- DB=mysql
#env:
# - DB=mysql
# - DB=mariadb
cache:
@@ -23,8 +23,8 @@ cache:
services:
- mysql
addons:
mariadb: '10.2'
#addons:
# mariadb: '10.2'
install:
- php --version