13 lines
144 B
PHP
Executable File
13 lines
144 B
PHP
Executable File
<?php
|
|
namespace Nibiru\Attributes;
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: mithril
|
|
* Date: 15.09.18
|
|
* Time: 03:17
|
|
*/
|
|
|
|
trait Pageination
|
|
{
|
|
|
|
} |