kopia lustrzana https://github.com/pixelfed/pixelfed
				
				
				
			
		
			
	
	
		
			14 wiersze
		
	
	
		
			183 B
		
	
	
	
		
			PHP
		
	
	
		
		
			
		
	
	
			14 wiersze
		
	
	
		
			183 B
		
	
	
	
		
			PHP
		
	
	
|   | <?php | ||
|  | 
 | ||
|  | namespace App; | ||
|  | 
 | ||
|  | use Illuminate\Database\Eloquent\Model; | ||
|  | 
 | ||
|  | class MediaTag extends Model | ||
|  | { | ||
|  |     public function status() | ||
|  |     { | ||
|  |     	return $this->belongsTo(Status::class); | ||
|  |     } | ||
|  | } |