Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 3478628

Browse files
committed
Removed hard tab
1 parent d257dd2 commit 3478628

File tree

1 file changed

+1
-1
lines changed
  • src/guides/v2.3/extension-dev-guide/framework

1 file changed

+1
-1
lines changed

src/guides/v2.3/extension-dev-guide/framework/datetime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ use Magento\Framework\Stdlib\DateTime;
4646
*/
4747
public function getFormatDate(): string
4848
{
49-
return $this->dataTime->formatDate(time());
49+
return $this->dataTime->formatDate(time());
5050
}
5151

5252
...

0 commit comments

Comments
 (0)