Skip to content

Commit

Permalink
Include Log class
Browse files Browse the repository at this point in the history
...OK well I guess I should be including the autoloader but here I am.
  • Loading branch information
waldoj committed Dec 26, 2023
1 parent b9d61dc commit 86a033b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/tests/bills.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php

include '../../includes/class.Log.php';
include '../../includes/class.Import.php';

/*
Expand Down
1 change: 1 addition & 0 deletions deploy/tests/committee_members.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php

include '../../includes/class.Log.php';
include '../../includes/class.Import.php';

/*
Expand Down
1 change: 1 addition & 0 deletions deploy/tests/legislators.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php

include '../../includes/class.Log.php';
include '../../includes/class.Import.php';

/*
Expand Down

0 comments on commit 86a033b

Please sign in to comment.