コード例 #1
0
ファイル: SearchPosts.php プロジェクト: surahmans/blogtags
 protected function loadTag()
 {
     return Tag::where('slug', $this->property('slug'))->first();
 }