fixed test error bug

master v2.3.0
A1Gard 1 month ago
parent 76c0f2ee11
commit 01c1438eee

@ -79,4 +79,7 @@ class Customer extends Authenticatable
}
public function hasRole(){
return false;
}
}

@ -1,3 +1,4 @@
@cache('sitemap_attach'. cacheNumber(), 3600)
<rss version="2.0">
<channel>
<title>{{config('app.name')}}</title>
@ -17,3 +18,4 @@
@endforeach
</channel>
</rss>
@endcache

@ -1,3 +1,4 @@
@cache('sitemap_attach'. cacheNumber(), 3600)
<rss version="2.0">
<channel>
<title>{{config('app.name')}}</title>
@ -17,3 +18,4 @@
@endforeach
</channel>
</rss>
@endcache

Loading…
Cancel
Save