# depicter/trunk/app/src/App.php

Depicter — Popup &amp; Slider Builder, version trunk. 20 lines.

- Page: https://pluginprobe.com/plugins/depicter/trunk/code/app/src/App.php
- Raw: https://pluginprobe.com/plugins/depicter/trunk/raw/app/src/App.php
- Modified: 2022-06-01T06:26:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/depicter/trunk/code/app/src/App.php#L10-L20`.

```php
<?php
/**
 * Depicter Container
 *
 * 
 * @package    depicter
 * @license    LICENSE.txt
 * @author     averta
 * @link       https://depicter.com/
*/
use Depicter\Application\AppMixin;
use WPEmerge\Application\ApplicationTrait;

/**
 * @mixin AppMixin
 */
class Depicter {
	use ApplicationTrait;
}

```
