Completed
Push — master ( 1fff09...65b094 )
by Terzi
05:17
created

Image::onView()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 6
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 6
rs 10
c 0
b 0
f 0
cc 1
nc 1
nop 0
1
<?php
2
3
namespace Terranet\Administrator\Field;
4
5
use Illuminate\Support\Facades\View;
6
use Terranet\Administrator\Scaffolding;
7
8
class Image extends File
9
{
10
    
11
}
12