Skip to content

Commit

Permalink
Forgot a contract...
Browse files Browse the repository at this point in the history
  • Loading branch information
Kieran Marshall committed Apr 29, 2020
1 parent 1469fca commit e440666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Contracts/CastsAttributes.php
Expand Up @@ -11,7 +11,7 @@ interface CastsAttributes
* @param array $attributes
* @return mixed
*/
public function get($model, string $key, $value, array $attributes);
public function get($model, $key, $value, $attributes);

/**
* Transform the attribute to its underlying model values.
Expand All @@ -22,5 +22,5 @@ public function get($model, string $key, $value, array $attributes);
* @param array $attributes
* @return array
*/
public function set($model, string $key, $value, array $attributes);
public function set($model, $key, $value, $attributes);
}

0 comments on commit e440666

Please sign in to comment.