Repository URL to install this package:
|
Version:
6.0.11 ▾
|
digitalascetic/simple-translatable
/
SimpleTranslatableBundle.php
|
|---|
<?php
namespace DigitalAscetic\SimpleTranslatable;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class SimpleTranslatableBundle extends Bundle
{
public function getPath(): string
{
return \dirname(__DIR__);
}
}