Add the missing fonts

This commit is contained in:
Nabeel Shahzad
2017-12-30 13:39:56 -06:00
parent 5e5a9e10de
commit 92dfea4424
7 changed files with 11 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ abstract class TestCase extends Illuminate\Foundation\Testing\TestCase
protected $connectionsToTransact = ['testing'];
protected static $auth_headers = [
'Authorization' => 'testadminapikey'
'x-api-key' => 'testadminapikey'
];
public function apiHeaders()