Skip to content

Commit

Permalink
Back to Prepend.php
Browse files Browse the repository at this point in the history
  • Loading branch information
“philippe committed Jul 2, 2023
1 parent 8775cdd commit 6b3e3e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Backend.php → src/Prepend.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
use Dotclear\Core\Process;
use Dotclear\Core\Backend\Page;

class Backend extends Process
class Prepend extends Process
{
public static function init(): bool
{
return self::status(My::checkContext(My::BACKEND));
return self::status(My::checkContext(My::PREPEND));
}

public static function process(): bool
Expand Down

0 comments on commit 6b3e3e0

Please sign in to comment.