Skip to content

Commit

Permalink
Use single quote notation like it should
Browse files Browse the repository at this point in the history
  • Loading branch information
Gandhi11 committed Dec 17, 2018
1 parent 5b6c5e1 commit f358e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Blade/LanguageBladeExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ public function isRtl()

public function isLtr()
{
return LaravelTranslation::getCurrentLocaleDirection() === "rtl";
return LaravelTranslation::getCurrentLocaleDirection() === 'rtl';
}
}

0 comments on commit f358e56

Please sign in to comment.