Skip to content

Commit

Permalink
New version for #90
Browse files Browse the repository at this point in the history
  • Loading branch information
arietimmerman committed Dec 12, 2024
1 parent 376c612 commit a9b24b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Attribute/Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function generateSchema()
"resourceType" => "Schema",
"created" => "2001-01-01T00:00:00+00:00",
"lastModified" => "2001-01-01T00:00:00+00:00",
"version" => 'W/"1"',
"version" => sprintf('W/"%s"', sha1(filemtime(__FILE__))),
"location" => route('scim.schemas', ['id' => $this->name])
],
// name is substring after last occurence of :
Expand Down

0 comments on commit a9b24b2

Please sign in to comment.