Projekt

Obecné

Profil

Stáhnout (188 Bajtů) Statistiky
| Větev: | Revize:
1
<?php
2

    
3
namespace Illuminate\View;
4

    
5
use Illuminate\Support\HtmlString;
6

    
7
/**
8
 * @deprecated since version 5.2. Use Illuminate\Support\HtmlString.
9
 */
10
class Expression extends HtmlString
11
{
12
}
(1-1/7)