@@ -19,7 +19,7 @@ |
||
19 | 19 | |
20 | 20 | public function testCacheSpeed() |
21 | 21 | { |
22 | - $model = Account::create(["testthisshit" => 5]); |
|
22 | + $model = Account::create([ "testthisshit" => 5 ]); |
|
23 | 23 | \Cache::forever('testmodel', $model); |
24 | 24 | |
25 | 25 | $time_db_start = microtime(true); |