Skip to content

Commit

Permalink
fix: correct $segment for PopulateTask per docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr authored Oct 10, 2022
1 parent 4a00470 commit 2cf1450
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/PopulateTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
*/
class PopulateTask extends BuildTask
{
private static $segment = 'PopulateTask';

/**
* @param HTTPRequest $request
* @throws Exception
Expand Down

0 comments on commit 2cf1450

Please sign in to comment.