<?php namespace App\Traits; interface PageDefaultInterface { const PAGE_SIZE = 15; const PAGE_NAME = 'page'; }