File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
declare (strict_types=1 );
3
3
4
+ /**
5
+ * Pimcore
6
+ *
7
+ * This source file is available under two different licenses:
8
+ * - GNU General Public License version 3 (GPLv3)
9
+ * - Pimcore Commercial License (PCL)
10
+ * Full copyright and license information is available in
11
+ * LICENSE.md which is distributed with this source code.
12
+ *
13
+ * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
14
+ * @license http://www.pimcore.org/license GPLv3 and PCL
15
+ */
16
+
4
17
namespace Pimcore \Bundle \StaticResolverBundle \Models \Schedule ;
5
18
6
19
use Pimcore \Model \Schedule \Task ;
@@ -10,4 +23,4 @@ interface TaskResolverInterface
10
23
public function getById (int $ id ): ?Task ;
11
24
12
25
public function create (array $ data ): Task ;
13
- }
26
+ }
You can’t perform that action at this time.
0 commit comments