diff --git a/src/exceptions/FileAlreadyExistsException.php b/src/Exceptions/FileAlreadyExistsException.php similarity index 100% rename from src/exceptions/FileAlreadyExistsException.php rename to src/Exceptions/FileAlreadyExistsException.php diff --git a/src/exceptions/GeneralException.php b/src/Exceptions/GeneralException.php similarity index 100% rename from src/exceptions/GeneralException.php rename to src/Exceptions/GeneralException.php diff --git a/src/repository/BaseRepository.php b/src/Repository/BaseRepository.php similarity index 100% rename from src/repository/BaseRepository.php rename to src/Repository/BaseRepository.php diff --git a/src/repository/RepositoryContract.php b/src/Repository/RepositoryContract.php similarity index 100% rename from src/repository/RepositoryContract.php rename to src/Repository/RepositoryContract.php