Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Sep 18, 2017
1 parent 61089bb commit 58c7005
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SslCertificate.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
namespace Spatie\SslCertificate;

use Carbon\Carbon;
use Spatie\Macroable\Macroable;

class SslCertificate
{
use Macroable;

/** @var array */
protected $rawCertificateFields = [];

Expand Down

0 comments on commit 58c7005

Please sign in to comment.