FIX: self -> static
This commit is contained in:
@ -12,6 +12,6 @@ interface Model {
|
||||
|
||||
public function toArray(): array;
|
||||
|
||||
public static function add(ModelFactory $factory, $input): bool;
|
||||
public static function add(ModelFactory $factory, $input): ?Model;
|
||||
public function edit($input): bool;
|
||||
}
|
||||
|
Reference in New Issue
Block a user