We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4b07b commit 92d3371Copy full SHA for 92d3371
config/Seeds/CountriesSeed.php
@@ -9,13 +9,13 @@
9
class CountriesSeed extends BaseSeed {
10
11
/**
12
- * Run Method.
13
- *
14
- * Write your database seeder using this method.
15
16
- * More information on writing seeds is available here:
17
- * https://book.cakephp.org/phinx/0/en/seeding.html
18
+ * @return bool
+ */
+ public function isIdempotent(): bool {
+ return true;
+ }
+
+ /**
19
* @return void
20
*/
21
public function run(): void {
0 commit comments