-
Notifications
You must be signed in to change notification settings - Fork 388
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: add remark for custom model definition (#1966)
when a Lunar model is extended/replaced, the media definition config should be updated. Or standard definition will be used p/s: not sure should the media definition to change to string alias or internally auto resolve to lunar model fqcn --------- Co-authored-by: Alec Ritson <[email protected]>
- Loading branch information
1 parent
62c41ee
commit 1ce7206
Showing
4 changed files
with
47 additions
and
8 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
namespace Lunar\Tests\Core\Stubs; | ||
|
||
use Lunar\Base\StandardMediaDefinitions; | ||
|
||
class TestStandardMediaDefinitions extends StandardMediaDefinitions {} |
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