Skip to content

Commit

Permalink
Enable autoload in config
Browse files Browse the repository at this point in the history
  • Loading branch information
simkesd committed Dec 30, 2021
1 parent ced220b commit e8f4aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/config.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
require __DIR__.'/../vendor/autoload.php';

define('CERT_SSL_KEY', './zoopla/test/mycert.crt');

Expand Down

0 comments on commit e8f4aee

Please sign in to comment.