Example #1
0
 public static function findFromTag($tag)
 {
     return Asset::whereTag($tag)->first();
 }