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 1e7a49e commit 3c52fd1Copy full SHA for 3c52fd1
bin/createNewsEntry
@@ -2,7 +2,7 @@
2
<?php
3
PHP_SAPI == 'cli' or die("Please run this script using the cli sapi");
4
5
-require(__DIR__ . '/../include/news_entry.inc');
+require(__DIR__ . '/../src/news/Entry.php');
6
use phpweb\news\Entry;
7
8
$imageRestriction = [
bin/createReleaseEntry
if (!file_exists(Entry::ARCHIVE_FILE_ABS)) {
include/news_entry.inc renamed to src/news/Entry.php
0 commit comments