We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376c612 commit 2b77122Copy full SHA for 2b77122
src/Attribute/Schema.php
@@ -16,7 +16,7 @@ public function generateSchema()
16
"resourceType" => "Schema",
17
"created" => "2001-01-01T00:00:00+00:00",
18
"lastModified" => "2001-01-01T00:00:00+00:00",
19
- "version" => 'W/"1"',
+ "version" => sprintf('W/"%s"', sha1(filemtime(__FILE__))),
20
"location" => route('scim.schemas', ['id' => $this->name])
21
],
22
// name is substring after last occurence of :
0 commit comments