-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
225 additions
and
48 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
<?php | ||
|
||
use FriendsOfRedaxo\neues\Author; | ||
use FriendsOfRedaxo\neues\Category; | ||
use FriendsOfRedaxo\neues\Entry; | ||
use FriendsOfRedaxo\neues\EntryLang; | ||
use FriendsOfRedaxo\Neues\Author; | ||
use FriendsOfRedaxo\Neues\Category; | ||
use FriendsOfRedaxo\Neues\Entry; | ||
use FriendsOfRedaxo\Neues\EntryLang; | ||
|
||
/** | ||
* @deprecated use FriendsOfRedaxo\neues\Author instead | ||
* @deprecated use FriendsOfRedaxo\Neues\Author instead | ||
*/ | ||
class neues_author extends Author {} | ||
|
||
/** | ||
* @deprecated use FriendsOfRedaxo\neues\Category instead | ||
* @deprecated use FriendsOfRedaxo\Neues\Category instead | ||
*/ | ||
class neues_category extends Category {} | ||
|
||
/** | ||
* @deprecated use FriendsOfRedaxo\neues\Entry instead | ||
* @deprecated use FriendsOfRedaxo\Neues\Entry instead | ||
*/ | ||
class neues_entry extends Entry {} | ||
|
||
/** | ||
* @deprecated use FriendsOfRedaxo\neues\EntryLang instead | ||
* @deprecated use FriendsOfRedaxo\Neues\EntryLang instead | ||
*/ | ||
class neues_entry_lang extends EntryLang {} | ||
|
||
/** | ||
* @deprecated use FriendsOfRedaxo\neues\Neues instead | ||
* @deprecated use FriendsOfRedaxo\Neues\Neues instead | ||
*/ | ||
class neues extends FriendsOfRedaxo\neues\Neues {} | ||
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
Oops, something went wrong.