forked from studioespresso/craft3-seeder
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
403249c
commit fae273b
Showing
16 changed files
with
660 additions
and
46 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?php | ||
/** | ||
* Craft CMS Plugins | ||
* | ||
* Created with PhpStorm. | ||
* | ||
* @link https://github.com/Anubarak/ | ||
* @email [email protected] | ||
* @copyright Copyright (c) 2024 Robin Schambach|Secondred Newmedia GmbH | ||
*/ | ||
|
||
namespace anubarak\seeder\events; | ||
|
||
use craft\base\Event; | ||
|
||
/** | ||
* Class RegisterUniqueFieldEvent | ||
* | ||
* @package anubarak\seeder\events | ||
* @since 10.07.2024 | ||
* @author by Robin Schambach | ||
*/ | ||
class RegisterUniqueFieldEvent extends Event | ||
{ | ||
/** | ||
* @var \anubarak\seeder\services\unique\UniqueFieldInterface[] $fields | ||
*/ | ||
public array $fields = []; | ||
} |
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.