Skip to content

Commit 4872f0a

Browse files
committed
Undo the last bone-headed commit.
1 parent 35d00b9 commit 4872f0a

6 files changed

Lines changed: 0 additions & 140 deletions

File tree

app/Config/Autoload.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public function __construct()
5353
'Config' => APPPATH . 'Config',
5454
APP_NAMESPACE => APPPATH, // For custom namespace
5555
'App' => APPPATH, // To ensure filters, etc still found,
56-
'Vulcan' => ROOTPATH . '../vulcan/',
5756
];
5857

5958
/**

app/Controllers/Home.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ class Home extends BaseController
77
{
88
public function index()
99
{
10-
$model = new UserModel();
11-
dd($model->findAll());
12-
1310
return view('welcome_message');
1411
}
1512

app/Models/UserModel.php

Lines changed: 0 additions & 34 deletions
This file was deleted.

tests/ControllerTest.php

Lines changed: 0 additions & 43 deletions
This file was deleted.

tests/DatabaseTest.php

Lines changed: 0 additions & 28 deletions
This file was deleted.

tests/HomeTest.php

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)