Skip to content

Commit

Permalink
Update Constants.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronHolbrook authored Mar 4, 2021
1 parent a7720bb commit 32ee4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Constants
public static function init($dir)
{
// Set usable constants
define('APP_URL', plugin_dir_url($dir));
define('APP_URL', plugin_dir_url($dir) . 'app/');
define('APP_PATH', $dir.'/');

/**
Expand Down

0 comments on commit 32ee4ec

Please sign in to comment.