We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a171f4d commit c1b0563Copy full SHA for c1b0563
src/GalleryElement.php
@@ -4,7 +4,7 @@
4
5
use Illuminate\Database\Eloquent\Model;
6
use Illuminate\Support\Facades\Request;
7
-use SystemInc\LaravelAdmin\Facades\SLA;
+use SystemInc\LaravelAdmin\Facades\SLA as SystemLaravelAdmin;
8
9
class GalleryElement extends Model
10
{
@@ -43,7 +43,7 @@ public function getContentAttribute($value)
43
break;
44
45
case 3:
46
- return SLA::getFile($value);
+ return SystemLaravelAdmin::getFile($value);
47
48
49
default:
0 commit comments