mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
Apply fixes from StyleCI
This commit is contained in:
@@ -1300,7 +1300,7 @@ abstract class Model implements \JsonSerializable, \ArrayAccess
|
|||||||
public static function get($data, $with = [], $cache = false)
|
public static function get($data, $with = [], $cache = false)
|
||||||
{
|
{
|
||||||
if (is_null($data)) {
|
if (is_null($data)) {
|
||||||
return null;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (true === $with || is_int($with)) {
|
if (true === $with || is_int($with)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user