Skip to content

Commit

Permalink
change classname in construct to include namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
spell00 committed Nov 6, 2020
1 parent b4f7f60 commit f4892d6
Showing 1 changed file with 1 addition and 1 deletion.
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='ProjectDicoms'
string $classname='LORIS\api\Models\ProjectDicoms'
) {
parent::__construct(
'
Expand Down

0 comments on commit f4892d6

Please sign in to comment.