Skip to content

Commit

Permalink
Merge pull request #48 from Casrime/symfony-insight
Browse files Browse the repository at this point in the history
Symfony insight close #47
  • Loading branch information
abdounikarim committed Feb 14, 2024
2 parents e89c7a9 + db94529 commit 6188fa6
Show file tree
Hide file tree
Showing 7 changed files with 524 additions and 524 deletions.
1,022 changes: 501 additions & 521 deletions composer.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions config/packages/monolog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ when@prod:
type: stream
channels: [deprecation]
path: php://stderr
formatter: monolog.formatter.json
Binary file added public/favicon.ico
Binary file not shown.
2 changes: 2 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow:
19 changes: 19 additions & 0 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// <root-dir>/site.webmanifest
{
// the primary locale of the app as a valid HTML language attribute
// (see https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/lang)
"lang": "fr-FR",

// the name of the web application as it is usually displayed to the user
"name": "SnowTricks",
// a shorter variant of the app name to be displayed when there is not
// enough space (e.g. as a label for an icon on the phone home screen).
"short_name": "snowtricks",

// use it to explain what the application does
"description": "The snowboard community blog to show and share tricks",

// the preferred URL to be loaded when the user launches the web app
// (this is just a hint, so user agents can ignore this value)
"start_url": "https://snowtricks.com"
}
2 changes: 0 additions & 2 deletions src/Entity/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ public function setPassword(string $password): static
*/
public function eraseCredentials(): void
{
// If you store any temporary, sensitive data on the user, clear it here
// $this->plainPassword = null;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "3.7",
"ref": "213676c4ec929f046dfde5ea8e97625b81bc0578"
"ref": "aff23899c4440dd995907613c1dd709b6f59503f"
},
"files": [
"config/packages/monolog.yaml"
Expand Down

0 comments on commit 6188fa6

Please sign in to comment.