Add blueprints and fake content

This commit is contained in:
Paul Nicoué 2021-11-18 17:44:47 +01:00
parent 1ff19bf38f
commit 8235816462
592 changed files with 22385 additions and 31535 deletions

View file

@ -160,7 +160,7 @@ class AutoSession
* Deletes all expired sessions
*
* If the `gcInterval` is configured, this is done automatically
* when intializing the AutoSession class
* when initializing the AutoSession class
*
* @return void
*/

View file

@ -6,7 +6,7 @@ use FilesystemIterator;
use Kirby\Exception\Exception;
use Kirby\Exception\LogicException;
use Kirby\Exception\NotFoundException;
use Kirby\Toolkit\Dir;
use Kirby\Filesystem\Dir;
use Kirby\Toolkit\Str;
/**

View file

@ -149,7 +149,6 @@ class Sessions
'translate' => false,
'httpCode' => 500
]);
break;
default:
// unexpected error that shouldn't occur
throw new Exception(['translate' => false]); // @codeCoverageIgnore