Skip to content

Commit

Permalink
Moved Veneer initiator to bottom of class
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Wright <tom@inflatablecookie.com>
  • Loading branch information
betterthanclay committed Oct 18, 2023
1 parent 81d98ee commit 2a45c0d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Context.php
Expand Up @@ -21,9 +21,6 @@

use Stringable;

// Register the Veneer facade
Veneer::register(Context::class, Dictum::class);

class Context
{
#[Plugin]
Expand Down Expand Up @@ -754,3 +751,7 @@ public function countWords(
return $text->countWords();
}
}


// Register the Veneer facade
Veneer::register(Context::class, Dictum::class);

0 comments on commit 2a45c0d

Please sign in to comment.