Fix path for composer

This commit is contained in:
Rob Vella 2021-01-11 00:23:34 -08:00
parent 64e9c61974
commit de0b3e0d99
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
require 'vendor/autoload.php';
require __DIR__.'/vendor/autoload.php';
use Carbon\Carbon;