Skip to content

Commit 867f6e2

Browse files
committed
style: remove tab
1 parent 04e42ba commit 867f6e2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Model/Model.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function fill(array $attributes)
6262
{
6363
foreach ($this->fillableFromArray($attributes) as $key => $value)
6464
{
65-
$this->setAttribute($key, $value);
65+
$this->setAttribute($key, $value);
6666
}
6767
return $this;
6868
}
@@ -116,11 +116,11 @@ public function hasSetMutator($key)
116116
}
117117

118118
/**
119-
* Convert a value to studly caps case.
120-
*
121-
* @param string $value
122-
* @return string
123-
*/
119+
* Convert a value to studly caps case.
120+
*
121+
* @param string $value
122+
* @return string
123+
*/
124124
public function studly_case($value)
125125
{
126126
$value = ucwords(str_replace(['-', '_'], ' ', $value));

0 commit comments

Comments
 (0)