Skip to content

Commit

Permalink
a minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
okoibraun committed Feb 3, 2021
1 parent 9512cdd commit 54ad961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function loadClasses($class) {

spl_autoload_register('loadClasses');

//Instantiating the academy App Class
//Instantiating the CRUD Class
$crud = new CRUD;

//Making Connection to Database
Expand Down

0 comments on commit 54ad961

Please sign in to comment.