Add `SingletonTrait` to composers' autoloader

This commit is contained in:
Sam Mousa 2018-11-12 17:18:19 +01:00
parent 9808ff5923
commit f5d77bdd54
No known key found for this signature in database
GPG Key ID: A18520F9B4301C9D
1 changed files with 5 additions and 0 deletions

View File

@ -11,5 +11,10 @@
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"autoload": {
"classmap": [
"libs/SingletonTrait.php"
]
}
}