Skip to content

Commit

Permalink
Facade accessor
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed May 9, 2018
1 parent 679358d commit e099385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TypiCMS/Form/Facades/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ class Form extends Facade
{
protected static function getFacadeAccessor()
{
return 'adamwathan.form';
return 'typicms.form';
}
}

0 comments on commit e099385

Please sign in to comment.