Skip to content

Commit

Permalink
Updated Autoloader To psr4
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Dec 20, 2018
1 parent f60cdee commit c1320ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db-table.php → src/db_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
die;
}

if ( ! class_exists( 'DB_Table' ) ) {
if ( ! class_exists( '\Varunsridharan\WordPress\DB_Table' ) ) {
/**
* Class DB_Table
*
Expand Down

0 comments on commit c1320ca

Please sign in to comment.