Skip to content

Commit

Permalink
Changed the translation property to protected in order to be possible…
Browse files Browse the repository at this point in the history
… extend the class and use the property
  • Loading branch information
Luis Américo committed Dec 27, 2024
1 parent de510f4 commit 350dbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/LanguageTranslationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class LanguageTranslationController extends Controller
{
private $translation;
protected Translation $translation;

public function __construct(Translation $translation)
{
Expand Down

0 comments on commit 350dbfb

Please sign in to comment.