Skip to content

Commit

Permalink
Changing classes names ProjectDicoms
Browse files Browse the repository at this point in the history
  • Loading branch information
spell00 committed Nov 4, 2020
1 parent 71203c1 commit f8aae97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/api/php/models/projectdicomsobject.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
namespace LORIS\api\Models;

/**
* A ProjectDicomsObject contains values from a Dicom file of a project.
* A ProjectDicoms contains values from a Dicom file of a project.
*
* @category API
* @package Loris
* @author Simon Pelletier <simon.pelletier@mcin.ca>
* @license http://www.gnu.org/licenses/gpl-3.0.txt GPLv3
* @link https://www.github.com/aces/Loris/
*/
class ProjectDicomsObject implements \LORIS\Data\DataInstance
class ProjectDicoms implements \LORIS\Data\DataInstance
{
/**
* Implements \LORIS\Data\DataInstance interface for this object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ProjectDicomsObjectProvisioner extends DBObjectProvisioner
function __construct(
\Project $project,
\DateTime $since,
string $classname='ProjectDicomsObjectProvisioner'
string $classname='ProjectDicomsObject'
) {
parent::__construct(
'
Expand Down

0 comments on commit f8aae97

Please sign in to comment.