Overview
Comment:Missing use statement
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | templates
Files: files | file ages | folders
SHA3-256: 95210003cadc08c56ad0bca64438d40ae16e5bdcc3f6e59af69fed6b0bc114f1
User & Date: bohwaz on 2022-08-12 15:20:14
Other Links: branch diff | manifest | tags
Context
2022-08-14
22:21
Merge with trunk Closed-Leaf check-in: 4fa9f7273e user: bohwaz tags: templates
2022-08-12
15:20
Missing use statement check-in: 95210003ca user: bohwaz tags: templates
15:18
Fix reference to $name in Skeleton check-in: d89a6e3c34 user: bohwaz tags: templates
Changes

Modified src/include/lib/Garradin/Web/Skeleton.php from [abe059df2e] to [b100db2205].

1
2
3
4
5
6
7
8
9

10
11
12
13
14
15
16
<?php

namespace Garradin\Web;

use Garradin\Files\Files;
use Garradin\Entities\Files\File;
use Garradin\UserException;
use Garradin\UserTemplate\UserTemplate;
use Garradin\Plugin;


use KD2\Brindille_Exception;
use KD2\DB\EntityManager as EM;

use const Garradin\ROOT;

class Skeleton









>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php

namespace Garradin\Web;

use Garradin\Files\Files;
use Garradin\Entities\Files\File;
use Garradin\UserException;
use Garradin\UserTemplate\UserTemplate;
use Garradin\Plugin;
use Garradin\Utils;

use KD2\Brindille_Exception;
use KD2\DB\EntityManager as EM;

use const Garradin\ROOT;

class Skeleton