Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jan 28, 2015
1 parent 083e2b8 commit 599d757
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Core/Start.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,8 @@ private function addAppAutoloader($appNamespace) {
Path::get(Path::SRC),
"Class",
]));
<<<<<<< HEAD

if(is_dir($classDir)) {
// By default load classes within the Class/ directory.
=======
if(is_dir($classDir)) {
>>>>>>> 90e3dcffd85a768b9891803da0ca793d88304391
$loader->addPsr4($appNamespace . "\\", $classDir);
}

Expand Down

0 comments on commit 599d757

Please sign in to comment.