composer update
This commit is contained in:
parent
0b3c362c5e
commit
a1f0701630
142 changed files with 4530 additions and 1195 deletions
|
|
@ -421,10 +421,7 @@ return [
|
|||
// support UUIDs
|
||||
if (
|
||||
$path !== null &&
|
||||
(
|
||||
Uuid::is($path, 'page') === true ||
|
||||
Uuid::is($path, 'file') === true
|
||||
)
|
||||
Uuid::is($path, ['page', 'file']) === true
|
||||
) {
|
||||
$model = Uuid::for($path)->model();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue