예제 #1
0
 protected function loadTag()
 {
     return Tag::where('slug', $this->property('slug'))->first();
 }