Skip to content

Commit

Permalink
🏷️ Add type
Browse files Browse the repository at this point in the history
  • Loading branch information
robvankeilegom committed Sep 29, 2023
1 parent 197c6ac commit 4ba83b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Interfaces/TranslatableInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function locales(): array;

public function getEmptyTranslation(): Translation;

public function newEloquentBuilder($query);
public function newEloquentBuilder(QueryBuilder $query);

public function getDirtyTranslations(): array;

Expand Down

0 comments on commit 4ba83b3

Please sign in to comment.