Skip to content

Commit

Permalink
Update conventionist.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mevdschee authored Sep 23, 2022
1 parent 6c22992 commit cb452b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conventionist.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?php

use MintyPHP\DB;

// Use default autoload implementation
require 'vendor/mintyphp/core/src/Loader.php';
require 'vendor/autoload.php';
// Load the config parameters
require 'config/config.php';

Expand Down

0 comments on commit cb452b3

Please sign in to comment.