Update Config.php

This commit is contained in:
Jenkings
2024-07-22 10:58:10 +00:00
parent 52c3de418b
commit 6505f6eac3

View File

@@ -8,6 +8,6 @@ class Config {
const WEBSITE_NAME = 'PSL-CMS';
const WEBSITE_SLOGAN = 'Your simple content management system';
const ARTICLES_PER_PAGE = 10;
}