Skip to content

Commit

Permalink
Merge pull request #71 from Pchol/can-pass-null-argument-in-assets-ex…
Browse files Browse the repository at this point in the history
…tension

can pass null argument in AssetsExtension constructor
  • Loading branch information
vitorbrandao committed Jul 26, 2018
2 parents dfa237d + 1503ae5 commit 546d3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extension/AssetsExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class AssetsExtension extends AbstractExtension
/**
* Constructor.
*/
public function __construct(Packages $packages)
public function __construct(Packages $packages = null)
{
$this->packages = $packages;
}
Expand Down

0 comments on commit 546d3c8

Please sign in to comment.