-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/FriendsOfREDAXO/neues
- Loading branch information
Showing
7 changed files
with
57 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,41 @@ | ||
<?php | ||
|
||
class neues_author extends FriendsOfRedaxo\neues\Author { | ||
/** | ||
* @deprecated Use FriendsOfRedaxo\neues\Author instead. | ||
*/ | ||
class neues_author extends FriendsOfRedaxo\neues\Author | ||
{ | ||
|
||
} | ||
|
||
class neues_category extends FriendsOfRedaxo\neues\Category { | ||
/** | ||
* @deprecated Use FriendsOfRedaxo\neues\Category instead. | ||
*/ | ||
class neues_category extends FriendsOfRedaxo\neues\Category | ||
{ | ||
|
||
} | ||
|
||
class neues_entry extends FriendsOfRedaxo\neues\Entry { | ||
/** | ||
* @deprecated Use FriendsOfRedaxo\neues\Entry instead. | ||
*/ | ||
class neues_entry extends FriendsOfRedaxo\neues\Entry | ||
{ | ||
|
||
} | ||
|
||
class neues_entry_lang extends FriendsOfRedaxo\neues\EntryLang { | ||
/** | ||
* @deprecated Use FriendsOfRedaxo\neues\EntryLang instead. | ||
*/ | ||
class neues_entry_lang extends FriendsOfRedaxo\neues\EntryLang | ||
{ | ||
|
||
} | ||
|
||
class neues extends FriendsOfRedaxo\neues\Neues { | ||
/** | ||
* @deprecated Use FriendsOfRedaxo\neues\Neues instead. | ||
*/ | ||
class neues extends FriendsOfRedaxo\neues\Neues | ||
{ | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters