Skip to content

Commit

Permalink
Merge pull request #22 from fcastilloes/fix-new-empty-transport
Browse files Browse the repository at this point in the history
Fix Transport::newEmpty()
  • Loading branch information
fcastilloes committed May 29, 2017
2 parents 56066f9 + c931653 commit 439fd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Transport.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class Transport
public static function newEmpty()
{
return new Transport(
new TransportMeta('', '', '', '', [], 0),
new TransportMeta('', '', '', '', [], 0, '', [], 0),
new TransportFiles([]),
new TransportData(),
new TransportRelations(),
Expand Down

0 comments on commit 439fd02

Please sign in to comment.