Skip to content

Commit

Permalink
add missing property
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Aug 14, 2015
1 parent af16e06 commit ed9a22e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/BaseUrlSigner.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@

abstract class BaseUrlSigner implements UrlSigner
{
/**
* The key that is used to generate secure signatures.
*
* @var string
*/
protected $signatureKey;

/**
* The URL's query parameter name for the expiration.
*
Expand Down

0 comments on commit ed9a22e

Please sign in to comment.