Skip to content

Commit 2b77122

Browse files
New version for limosa-io#90 (limosa-io#102)
1 parent 376c612 commit 2b77122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Attribute/Schema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function generateSchema()
1616
"resourceType" => "Schema",
1717
"created" => "2001-01-01T00:00:00+00:00",
1818
"lastModified" => "2001-01-01T00:00:00+00:00",
19-
"version" => 'W/"1"',
19+
"version" => sprintf('W/"%s"', sha1(filemtime(__FILE__))),
2020
"location" => route('scim.schemas', ['id' => $this->name])
2121
],
2222
// name is substring after last occurence of :

0 commit comments

Comments
 (0)