mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 11:14:04 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
af3b693dd1
commit
8a269f8dd8
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ if (! function_exists('global_cache')) {
|
||||||
* If an array is passed, we'll assume you want to put to the cache.
|
* If an array is passed, we'll assume you want to put to the cache.
|
||||||
*
|
*
|
||||||
* @param dynamic key|key,default|data,expiration|null
|
* @param dynamic key|key,default|data,expiration|null
|
||||||
* @return mixed|\Illuminate\Cache\CacheManager
|
* @return mixed|Illuminate\Cache\CacheManager
|
||||||
*
|
*
|
||||||
* @throws InvalidArgumentException
|
* @throws InvalidArgumentException
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue