fixed test error bug

master
A1Gard 4 months ago
parent 169df5f2db
commit a2a12eadfc

@ -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